(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=06&dduuid=4fbec23675fe9&device=0&device_type=desktop&os=Windows&ssid=rlnovf9f1dtg4or4kchk4m1rg2&t=1757887417&typeid=0&url_type=2&value=&sign=09f8ad88bdf405f1bc28e8f4ccb923dca395fc7b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();