(function() { const u = '/apps/statistics.php?aid=340330&browser=IE&created_date=20260224&created_hour=22&dduuid=20ca44b6dea1c&device=0&device_type=desktop&os=Windows&ssid=amhrhe00lfdpupq8f4q1rt9u9m&t=1771943212&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=285ca7cbcfc0e2a7c45e08674fde9b0837d5f4c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();