(function() { const u = '/apps/statistics.php?aid=454515&browser=IE&created_date=20260223&created_hour=19&dduuid=ff80de8d81e52&device=0&device_type=desktop&os=Windows&ssid=4o5ldg5cl5c8vmt7lool50mll7&t=1771846102&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=600aac5f1630e62ce0b61837dc3fcfab39638835&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();