(function() { const u = '/apps/statistics.php?aid=446321&browser=IE&created_date=20260124&created_hour=10&dduuid=6a40143ac4f26&device=0&device_type=desktop&os=Windows&ssid=8ei40k8naqo96hl5d9rqhbph9d&t=1769220628&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8cddce9ee68165684beccfecdc4bc6f6f8096049&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();