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