(function() { const u = '/apps/statistics.php?aid=107005&browser=IE&created_date=20260227&created_hour=10&dduuid=094314f0da887&device=0&device_type=desktop&os=Windows&ssid=e3rpb5lrefkaeaqijochlh27ep&t=1772158521&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18a0b9121c338f4146def65dba8eba71ba4ee9ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();