(function() { const u = '/apps/statistics.php?aid=360210&browser=IE&created_date=20260310&created_hour=22&dduuid=2bf8c8d28dac2&device=0&device_type=desktop&os=Windows&ssid=2nv6b1de1ucouricnhd4eplb0u&t=1773152174&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f58806d175ec951aa97a4f27949854d975739d8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();