(function() { const u = '/apps/statistics.php?aid=440549&browser=IE&created_date=20251126&created_hour=07&dduuid=a86180bf76c79&device=0&device_type=desktop&os=Windows&ssid=8v032vtgh2fcltdg4po2iqtgri&t=1764112406&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a09eb7c46c6479a420f34a3f1f4446bc3c51e9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();