(function() { const u = '/apps/statistics.php?aid=457675&browser=IE&created_date=20260304&created_hour=02&dduuid=9a1ee3a66fa31&device=0&device_type=desktop&os=Windows&ssid=ko9717fk6g7es3vlgjepg4oq4s&t=1772564114&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=026f2921a3e967f9e6129ca5d18f7b128ea73d83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();