(function() { const u = '/apps/statistics.php?aid=402025&browser=IE&created_date=20260225&created_hour=23&dduuid=0cd1fdb85c613&device=0&device_type=desktop&os=Windows&ssid=1gnqs00qckpc04jlkd66ch1ps7&t=1772034926&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e551a5721b9403ec741c15b0ba073aeee0e89617&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();