(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251017&created_hour=12&dduuid=4512888ed06e0&device=0&device_type=desktop&os=Windows&ssid=65ffjg255iu5nm1vfhrd2jslh7&t=1760674280&typeid=0&url_type=2&value=&sign=4d75954540212b836e04c9f1445184882e0082d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();