(function() { const u = '/apps/statistics.php?aid=448252&browser=IE&created_date=20260122&created_hour=00&dduuid=b17aedfd0981e&device=0&device_type=desktop&os=Windows&ssid=eeq4d8f66ef3uf3hoolp7j323r&t=1769013199&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65189af066769d66df18f470236fd3842bab898c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();