(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=20&dduuid=62f310e10748c&device=0&device_type=desktop&os=Windows&ssid=c1jqktoiu7mqdvfd6m9d9o3l47&t=1760875377&typeid=0&url_type=2&value=&sign=6a00f8fe362a79b282e65680167f562495af3def&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();