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