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