(function() { const u = '/apps/statistics.php?aid=430042&browser=IE&created_date=20260118&created_hour=13&dduuid=c9d5d592657b5&device=0&device_type=desktop&os=Windows&ssid=iqb4ukuf6c4b6scqi8obp7gl5n&t=1768714527&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f64f51744912d255191c52d2d107c908d56f60b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();