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