(function() { const u = '/apps/statistics.php?aid=454981&browser=IE&created_date=20260306&created_hour=13&dduuid=96e0cf775d7e3&device=0&device_type=desktop&os=Windows&ssid=85fiq14lrtj50e8qh3orgh8mqp&t=1772775201&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f35ac514747a92323006a882ce57a99386c683fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();