(function() { const u = '/apps/statistics.php?aid=38468&browser=IE&created_date=20260308&created_hour=10&dduuid=07f8a507bf7c7&device=0&device_type=desktop&os=Windows&ssid=jjmims3qig430qsbp91m3mn75m&t=1772935203&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=425f82d21d464412d370d10f1df9750fdaacbf41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();