(function() { const u = '/apps/statistics.php?aid=210321&browser=IE&created_date=20251223&created_hour=16&dduuid=325b1628a33d6&device=0&device_type=desktop&os=Windows&ssid=6h8q60ki260enrfmsesu1gkf32&t=1766477145&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f09c65aef6866ebefd0259e87a46a87fc449e5d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();