(function() { const u = '/apps/statistics.php?aid=432943&browser=IE&created_date=20260314&created_hour=04&dduuid=b256dd89049a5&device=0&device_type=desktop&os=Windows&ssid=g5n84b4m6pmnd6oo4vbvrctbcd&t=1773432583&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=794ddfeb71f678ce628d35bde63e59700b11a250&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();