(function() { const u = '/apps/statistics.php?aid=451248&browser=IE&created_date=20260313&created_hour=08&dduuid=36d64038d17c8&device=0&device_type=desktop&os=Windows&ssid=ooru5m7kl92vf37ig1rgduhi0a&t=1773363314&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=267ecb4b3364967c67fab6c77518883fba5bb680&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();