(function() { const u = '/apps/statistics.php?aid=213703&browser=IE&created_date=20260122&created_hour=21&dduuid=57617cd2e99cc&device=0&device_type=desktop&os=Windows&ssid=ob5ogkb6g9lgl5fi4subnnmm25&t=1769089123&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84f2cea74fa13a1d2b0e6484957882acc9b5f203&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();