(function() { const u = '/apps/statistics.php?aid=454505&browser=IE&created_date=20260201&created_hour=00&dduuid=f61b6856a0965&device=0&device_type=desktop&os=Windows&ssid=f0n26h558kkhooadg820kc6ani&t=1769875969&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07fda04b248debd2c58b23ed6cdaa624fce272ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();