(function() { const u = '/apps/statistics.php?aid=92754&browser=IE&created_date=20260116&created_hour=08&dduuid=2eef3086d51f8&device=0&device_type=desktop&os=Windows&ssid=s2t2smnh2gjlnadl8epas7qudu&t=1768521726&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a65958f294331895393ea7b2c723cb6ebd3c761&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();