(function() { const u = '/apps/statistics.php?aid=461927&browser=IE&created_date=20260315&created_hour=05&dduuid=3f7db377d5f41&device=0&device_type=desktop&os=Windows&ssid=3ihg6agp5kmpudjhod35uc9gpe&t=1773524112&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cdcce024d2ae0a13aa4abf16a464c60a92a8c74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();