(function() { const u = '/apps/statistics.php?aid=437744&browser=IE&created_date=20260315&created_hour=21&dduuid=a3b487eb14aec&device=0&device_type=desktop&os=Windows&ssid=1shi38qimque7173oovc26fk30&t=1773579642&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5642cc7dfcab26149937185d06b34e5a4c947493&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();