(function() { const u = '/apps/statistics.php?aid=33807&browser=IE&created_date=20260311&created_hour=08&dduuid=19d1c23603d5e&device=0&device_type=desktop&os=Windows&ssid=pob31c4dum92vdjd0tu8m6otvg&t=1773187651&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91eeddb0c7b202f390567c483252a32464b595da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();