(function() { const u = '/apps/statistics.php?aid=417206&browser=IE&created_date=20260117&created_hour=11&dduuid=c3d47dceac0c6&device=0&device_type=desktop&os=Windows&ssid=ho80vgm3r9j7a1cpkqgt24841q&t=1768619291&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89f27d3215e9a7193df42557c6cfb5491001a1f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();