(function() { const u = '/apps/statistics.php?aid=422381&browser=IE&created_date=20260102&created_hour=18&dduuid=f8fc1844bedd6&device=0&device_type=desktop&os=Windows&ssid=8j26vioumg891i256grs64vlp1&t=1767348161&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26a2cc63953be27b5e43bf0c6d001c1f1b88e727&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();