(function() { const u = '/apps/statistics.php?aid=407104&browser=IE&created_date=20260225&created_hour=06&dduuid=4a5574a394cdb&device=0&device_type=desktop&os=Windows&ssid=nfr2auf5rp671cupblm5ua78tu&t=1771972171&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6891e039b9a6def07e4373128b0912f1837eb240&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();