(function() { const u = '/apps/statistics.php?aid=453498&browser=IE&created_date=20260311&created_hour=08&dduuid=156a904ae653c&device=0&device_type=desktop&os=Windows&ssid=haqi86a5v6mip227ni4le8hvlf&t=1773187466&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc9353774d5e3906f388d31bef7df6bb61a0d767&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();