(function() { const u = '/apps/statistics.php?aid=447925&browser=IE&created_date=20260122&created_hour=02&dduuid=bd8c96b6cc09a&device=0&device_type=desktop&os=Windows&ssid=ruc43sqht3h52d6t2i76ebne0m&t=1769020110&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4c6bbce8b320075566c06f8059a11e43e79a569&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();