(function() { const u = '/apps/statistics.php?aid=433265&browser=IE&created_date=20260103&created_hour=11&dduuid=3057b6a96d03e&device=0&device_type=desktop&os=Windows&ssid=4e2ptmtjgsibfsra03cnrpmeh0&t=1767412150&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eae11e17d9820655e1dffdf25800839a58c2cd33&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();