(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=23&dduuid=092e88de5a66f&device=0&device_type=desktop&os=Windows&ssid=p2ba38gkiidbco13p2o5bnkeft&t=1760543991&typeid=0&url_type=2&value=&sign=581f085afd186362737699f31894fd418a0206f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();