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