(function() { const u = '/apps/statistics.php?aid=14730&browser=IE&created_date=20260224&created_hour=06&dduuid=232d754f9ebc9&device=0&device_type=desktop&os=Windows&ssid=a6jlot094nedaeav288nm2lotc&t=1771885697&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69f38a6baa2c61918700f1aabda40354d14ade18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();