(function() { const u = '/apps/statistics.php?aid=98552&browser=IE&created_date=20260223&created_hour=20&dduuid=73470182af3d2&device=0&device_type=desktop&os=Windows&ssid=0t4llvcrgver76cmk3i64lqiir&t=1771851165&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa2dca4e2d6df72f4c4017f10b9f89e9c7b94238&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();