(function() { const u = '/apps/statistics.php?aid=438001&browser=IE&created_date=20260224&created_hour=07&dduuid=290bf99c6cc0b&device=0&device_type=desktop&os=Windows&ssid=69s4p39qtt6rcvmbaucniuft0l&t=1771890688&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e659c5dba61021804baaa9ecf9cd556e8736444a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();