(function() { const u = '/apps/statistics.php?aid=267900&browser=IE&created_date=20251222&created_hour=12&dduuid=f44424ddc7842&device=0&device_type=desktop&os=Windows&ssid=eh4v3kphhi1f42ovo7feri7o4g&t=1766376243&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d925fcc418d6972e13ee081ff90fbfb0be552b81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();