(function() { const u = '/apps/statistics.php?aid=424489&browser=IE&created_date=20260128&created_hour=09&dduuid=088cc1dddbe23&device=0&device_type=desktop&os=Windows&ssid=13vfsn1dr4q3s0rk9q2b0ilids&t=1769562405&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f1b13139e53fc3d7f6a505fe9416c6f009c0367&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();