(function() { const u = '/apps/statistics.php?aid=456032&browser=IE&created_date=20260310&created_hour=12&dduuid=c0d72708a5e3b&device=0&device_type=desktop&os=Windows&ssid=ele7go31rh7a0vinmu0j4vniit&t=1773118153&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=157d88b800de28f6fc1cb880d9052f8a18a1b711&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();