(function() { const u = '/apps/statistics.php?aid=448968&browser=IE&created_date=20260226&created_hour=02&dduuid=52e37f61cf82b&device=0&device_type=desktop&os=Windows&ssid=t413rl0othcs0obm6u9sjet108&t=1772045878&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5720f9fc722cc2203c13ad2b8094c95e5a4974a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();