(function() { const u = '/apps/statistics.php?aid=17932&browser=IE&created_date=20260123&created_hour=05&dduuid=959bd5870c240&device=0&device_type=desktop&os=Windows&ssid=rjcio08is7dp778793tkf0g79n&t=1769118492&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cad09d236cd4dfa852ea14f962fcc34bf4e242fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();