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