(function() { const u = '/apps/statistics.php?aid=4596&browser=IE&created_date=20260124&created_hour=15&dduuid=8645e8f3410eb&device=0&device_type=desktop&os=Windows&ssid=0rivdo7619fe7uvev7kovlhnqh&t=1769239207&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e011d3281ba270a864e94e6a73b03f282abaa22&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();