(function() { const u = '/apps/statistics.php?aid=402686&browser=IE&created_date=20251217&created_hour=16&dduuid=aee172cd177c3&device=0&device_type=desktop&os=Windows&ssid=a9tgf8h74q8vc7drrnc6vnc0af&t=1765961808&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0a76e3ae13fcd8ede644e2e957b6884456fb15d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();