(function() { const u = '/apps/statistics.php?aid=51&browser=IE&created_date=20260303&created_hour=11&dduuid=c47392f24ba6e&device=0&device_type=desktop&os=Windows&ssid=6fo4530vevgobne84n18j6kdks&t=1772508190&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e04501b8b0a12d91da347da1cd9f28e8707a0ad9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();