(function() { const u = '/apps/statistics.php?aid=451559&browser=IE&created_date=20260307&created_hour=09&dduuid=a501d09d198a0&device=0&device_type=desktop&os=Windows&ssid=4n3gqgetps0d5t87j2i79scsql&t=1772846759&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50c5ed8699bc339311c034433eba4bffea893664&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();