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