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