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