(function() { const u = '/apps/statistics.php?aid=442721&browser=IE&created_date=20260306&created_hour=08&dduuid=59b572d8446a4&device=0&device_type=desktop&os=Windows&ssid=6r1aj1pqbv4fsf5l65rc4re3o7&t=1772757460&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0e091ab4b60a2bdcd4a48e57b311f2fac632d9b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();