(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251105&created_hour=20&dduuid=d00548436afc1&device=0&device_type=desktop&os=Windows&ssid=492n9b89d9m0da10ceb0ddgr84&t=1762345797&typeid=0&url_type=2&value=&sign=4d8b96a6116fe7f8fe54b3db92640be487fa687b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();