(function() { const u = '/apps/statistics.php?aid=399946&browser=IE&created_date=20260304&created_hour=21&dduuid=e218caf5a9ccb&device=0&device_type=desktop&os=Windows&ssid=c525g1demntgn43f33f986vfc5&t=1772632717&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=966dbe08eb5990e5715984081bc2e57e6f172f9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();