(function() { const u = '/apps/statistics.php?aid=433228&browser=IE&created_date=20260103&created_hour=21&dduuid=05049889fa447&device=0&device_type=desktop&os=Windows&ssid=dcv6f91u24s93el6lb0qlmp8tj&t=1767446260&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6fd544e8e95ab39289e14cbb1483b67895a434fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();