(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251030&created_hour=10&dduuid=6b77d0759428a&device=0&device_type=desktop&os=Windows&ssid=v7glqek2826dr10ghn64iimjuk&t=1761792725&typeid=0&url_type=1&value=&sign=d9be733820db2c57ce9a51d76e698e29af659db2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();