(function() { const u = '/apps/statistics.php?aid=222858&browser=IE&created_date=20251224&created_hour=04&dduuid=76f4dcc38b0dd&device=0&device_type=desktop&os=Windows&ssid=ste13fmfen2b56pis8af71n399&t=1766520798&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a6ca3f03a132ac3d0f057a27023d0e64434ebdfd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();