(function() { const u = '/apps/statistics.php?aid=57803&browser=IE&created_date=20260124&created_hour=03&dduuid=e08bab377fec5&device=0&device_type=desktop&os=Windows&ssid=ov03inbe0vp51jro806n83kh1m&t=1769196613&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a788345c9931fb479d101878928102913f443ae2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();