(function() { const u = '/apps/statistics.php?aid=450025&browser=IE&created_date=20260225&created_hour=21&dduuid=1f4eeb2bcfc81&device=0&device_type=desktop&os=Windows&ssid=r5oeopktr5bnsvdep4g5h32flu&t=1772025840&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c7592ee04567a227aeda8a247dfdc80a4eb4a0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();