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