(function() { const u = '/apps/statistics.php?aid=429869&browser=IE&created_date=20260118&created_hour=16&dduuid=84a3c3f513e7c&device=0&device_type=desktop&os=Windows&ssid=3b6cpf0j8mg2aj6aqrse27vfo2&t=1768726561&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d80fec978c940c0057c443bc6c0303797d5d3a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();