(function() { const u = '/apps/statistics.php?aid=460529&browser=IE&created_date=20260311&created_hour=07&dduuid=349a62c4930b4&device=0&device_type=desktop&os=Windows&ssid=d302en5lh1t14clt1ogouf03ar&t=1773183903&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a83353f9a8576d6b406d906d33dc2ed134b042e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();