(function() { const u = '/apps/statistics.php?aid=343358&browser=IE&created_date=20260111&created_hour=03&dduuid=9753635f6c633&device=0&device_type=desktop&os=Windows&ssid=5s4ml842ve6qiuu6fob8s3n30l&t=1768071651&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffe4953c08405ed5ed88e5a479d24261823aa4a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();