(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251017&created_hour=00&dduuid=49a1de5f3929a&device=0&device_type=desktop&os=Windows&ssid=26vvsl910dn0joe7q74dmvo93h&t=1760630513&typeid=0&url_type=2&value=&sign=044db296f89f030999d1274fe62e4ad3bd5b0b4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();