(function() { const u = '/apps/statistics.php?aid=454873&browser=IE&created_date=20260311&created_hour=03&dduuid=f3ba7b0bb50d2&device=0&device_type=desktop&os=Windows&ssid=785g08ru540b78ofc6a4smkk3n&t=1773172271&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57aeca2ba5185ced91db4c821456e915e67656d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();