(function() { const u = '/apps/statistics.php?aid=311051&browser=IE&created_date=20260311&created_hour=18&dduuid=e146fb00c7898&device=0&device_type=desktop&os=Windows&ssid=nb0sdfbdu8tdr3go3kie7cjd0o&t=1773223771&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6593064d09700968688268ed8ea8a28f17eeab80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();