(function() { const u = '/apps/statistics.php?aid=446147&browser=IE&created_date=20260110&created_hour=02&dduuid=e4c61c223d26d&device=0&device_type=desktop&os=Windows&ssid=cngrqrl7pnp38rs3qnvo3q1e4s&t=1767984818&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccba87fd140714fcb54819e70ba4db6e588226e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();