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