(function() { const u = '/apps/statistics.php?aid=445009&browser=IE&created_date=20251220&created_hour=16&dduuid=42bbe8a4bd98e&device=0&device_type=desktop&os=Windows&ssid=c4lno3e74khmqsn8s2qsao4ir8&t=1766221198&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79982c3e1753af38ec6476f0256fb187e35389b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();