(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=08&dduuid=d9bc3a0fcf6da&device=0&device_type=desktop&os=Windows&ssid=b4e65p7io0a5fcuf7efviqbak3&t=1761094558&typeid=0&url_type=2&value=&sign=e8c0a7db3ecf4b77ecbe6e9807a47e647703a774&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();