(function() { const u = '/apps/statistics.php?aid=448238&browser=IE&created_date=20260122&created_hour=07&dduuid=482f038502ab8&device=0&device_type=desktop&os=Windows&ssid=h4emrkp0k70f6mpo2fjeom7gte&t=1769037620&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed8e7c550a55cea564799644ed8c739b00b12141&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();