(function() { const u = '/apps/statistics.php?aid=47099&browser=IE&created_date=20260228&created_hour=03&dduuid=9ea7fc3ec9d7c&device=0&device_type=desktop&os=Windows&ssid=3gfs8vlt14vkf2jbv8tp218gmg&t=1772221661&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3627b6aeda36c4354557c5c3e3e3d6fd0ef76a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();