(function() { const u = '/apps/statistics.php?aid=454099&browser=IE&created_date=20260226&created_hour=07&dduuid=f9f09fa4c8d5f&device=0&device_type=desktop&os=Windows&ssid=bpkd0fmsq1orju085ochb2sr7b&t=1772063006&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92ac5bb53ee1d09da4fbc42934e7bbce1b5d9db1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();