(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=16&dduuid=573b837facc46&device=0&device_type=desktop&os=Windows&ssid=f9sev7gq7t9mg631re01kho9ak&t=1757923648&typeid=0&url_type=2&value=&sign=e1de314cc2b1db7990d96bc36628592cf98079cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();