(function() { const u = '/apps/statistics.php?aid=21082&browser=IE&created_date=20260311&created_hour=10&dduuid=f11d7c563d5e8&device=0&device_type=desktop&os=Windows&ssid=t6tk6clago1eesfucpo7c6op8j&t=1773195168&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9aeb36e2580e4d516ae6662ba9c0cabab5739a67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();