(function() { const u = '/apps/statistics.php?aid=270944&browser=IE&created_date=20260224&created_hour=03&dduuid=7068d12d1d03c&device=0&device_type=desktop&os=Windows&ssid=6ggke23fl3pr0oiu23anjpjmit&t=1771876673&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e4d79915b7031c271d6b468a16c0a40435fed04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();