(function() { const u = '/apps/statistics.php?aid=158799&browser=IE&created_date=20260227&created_hour=10&dduuid=84d60301da25d&device=0&device_type=desktop&os=Windows&ssid=snuon9p56khfe0u7c9gse1e2r0&t=1772157701&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e95362e20322c366f531e6251fe6732440da9737&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();