(function() { const u = '/apps/statistics.php?aid=25041&browser=IE&created_date=20260122&created_hour=21&dduuid=929d845b9cbae&device=0&device_type=desktop&os=Windows&ssid=qhc23jskqkebu8366bfgm9t5kc&t=1769089713&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f497dcf54ab7eefe152f4f4f8e59ce7791b1b69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();