(function() { const u = '/apps/statistics.php?aid=434193&browser=IE&created_date=20260102&created_hour=10&dduuid=2d411a1ca6f30&device=0&device_type=desktop&os=Windows&ssid=ufjk5v3a7689aauv0iumjaqcb7&t=1767319883&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4542d758450e53e33afc2c99637ab77803348442&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();