(function() { const u = '/apps/statistics.php?aid=448080&browser=IE&created_date=20260113&created_hour=11&dduuid=eeb47b5f525ee&device=0&device_type=desktop&os=Windows&ssid=s5ur4unkjq1cs55iu5p6d2kk3a&t=1768275658&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bd7d7e720d0d80c09f6fe25dd577bf3b250572d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();