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