(function() { const u = '/apps/statistics.php?aid=455863&browser=IE&created_date=20260304&created_hour=14&dduuid=54b0d532712be&device=0&device_type=desktop&os=Windows&ssid=341ppg76hgvtgpso9duskg1c85&t=1772604185&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5595fb513ec4b7c77f1920c9adc3843100f5c7fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();