(function() { const u = '/apps/statistics.php?aid=446344&browser=IE&created_date=20260311&created_hour=13&dduuid=8009b204885a5&device=0&device_type=desktop&os=Windows&ssid=i16bt8ot5k6icer1qu0nniikou&t=1773205694&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14947da5aad456283251638fc1b793bc261a01f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();