(function() { const u = '/apps/statistics.php?aid=454506&browser=IE&created_date=20260304&created_hour=20&dduuid=31dd1ece26764&device=0&device_type=desktop&os=Windows&ssid=c1uihhjc040pkjdv2s511gcuk5&t=1772628364&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e4febd6bfc6194f38b2a4ebeb9befa3d25145af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();