(function() { const u = '/apps/statistics.php?aid=454269&browser=IE&created_date=20260308&created_hour=09&dduuid=fc90205063b25&device=0&device_type=desktop&os=Windows&ssid=c8in32bn934t07bdp61slgjlla&t=1772935098&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18f9adb1bbc2ce06cd1d5e5781cf8eb1dc5d9e91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();