(function() { const u = '/apps/statistics.php?aid=75713&browser=IE&created_date=20260224&created_hour=03&dduuid=3fa3362e8edd8&device=0&device_type=desktop&os=Windows&ssid=col6s9o6kbdi8bp3h2jh3tbadu&t=1771876671&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18f98ae0fbb2eeb6735489478d9981f6b13c6fcc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();