(function() { const u = '/apps/statistics.php?aid=33974&browser=IE&created_date=20260224&created_hour=11&dduuid=3f4b1f8136d62&device=0&device_type=desktop&os=Windows&ssid=hi78oofqc8ravte8saplctovpv&t=1771905142&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd4ebdf268982277a7dc32c8e83dc40e8a79eff6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();