(function() { const u = '/apps/statistics.php?aid=207821&browser=IE&created_date=20260103&created_hour=08&dduuid=b63834413047c&device=0&device_type=desktop&os=Windows&ssid=2hlov650imkvl5manrtmaaell0&t=1767400689&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3bd7d6ffd522cc3eab3ddbdf699d79464b45493a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();