(function() { const u = '/apps/statistics.php?aid=449304&browser=IE&created_date=20260308&created_hour=13&dduuid=cb54076e24086&device=0&device_type=desktop&os=Windows&ssid=qs0p94dd1b3s6e59a5eamhkspr&t=1772948883&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=629d7f75cc5333141f52ccc841c9f9ecdcb9b65b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();