(function() { const u = '/apps/statistics.php?aid=453024&browser=IE&created_date=20260311&created_hour=23&dduuid=05e2acab5af73&device=0&device_type=desktop&os=Windows&ssid=ek5ctime0nlqajtvoust4068g5&t=1773241200&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0458f08c3f8382b588fc1ace4ea777409ee2bee7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();