(function() { const u = '/apps/statistics.php?aid=452132&browser=IE&created_date=20260225&created_hour=01&dduuid=c4ec63902a1eb&device=0&device_type=desktop&os=Windows&ssid=3p9nl481ph433q9g1i4sq9pv4n&t=1771955422&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4e2d4b52707d2fc84378e1c567d85297794d48b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();