(function() { const u = '/apps/statistics.php?aid=434346&browser=IE&created_date=20260224&created_hour=13&dduuid=c6f9e774d65cf&device=0&device_type=desktop&os=Windows&ssid=gd1rver10ubbi0kma1u3roth6c&t=1771909912&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12858e97842fee24a4a0c40c0400c159645b7202&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();