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