(function() { const u = '/apps/statistics.php?aid=401345&browser=IE&created_date=20260128&created_hour=23&dduuid=bde0ac2d1572c&device=0&device_type=desktop&os=Windows&ssid=ujuodf8o1iteuo1i7bebt0o4vq&t=1769613113&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da37cd09367290f4abc135eaa1a059f89573e372&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();