(function() { const u = '/apps/statistics.php?aid=454775&browser=IE&created_date=20260225&created_hour=02&dduuid=e10870dc22847&device=0&device_type=desktop&os=Windows&ssid=64nes1quqvjo00cp4s715khdan&t=1771959442&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cdd10f1f1db93c60b93c895273b71a5b9af49f6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();