(function() { const u = '/apps/statistics.php?aid=210358&browser=IE&created_date=20260223&created_hour=13&dduuid=977404475c547&device=0&device_type=desktop&os=Windows&ssid=1h3l8e3qiddn5vld2v88he2n11&t=1771823524&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e891b337c65e418cb3b013834f54973e22fb4725&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();