(function() { const u = '/apps/statistics.php?aid=395606&browser=IE&created_date=20251224&created_hour=12&dduuid=fd1931e362de3&device=0&device_type=desktop&os=Windows&ssid=e7n7jqc7afncn2obh8f05qbl60&t=1766551987&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=721901be230f4981c2dc9973bb613a55dd8a208d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();