(function() { const u = '/apps/statistics.php?aid=404766&browser=IE&created_date=20260311&created_hour=09&dduuid=fca317e80dc4b&device=0&device_type=desktop&os=Windows&ssid=gdnnkts5rn91c0ta34f7qp08ng&t=1773192170&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90f60a6037c39a1f80137d0697c583207708ca27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();