(function() { const u = '/apps/statistics.php?aid=210140&browser=IE&created_date=20260224&created_hour=05&dduuid=1066bd0d2899b&device=0&device_type=desktop&os=Windows&ssid=280jumr6o3a7pd9oesj5ik7rd6&t=1771881885&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7264513201410ca0bec5979ac3e4afa1a79c0c30&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();