(function() { const u = '/apps/statistics.php?aid=210419&browser=IE&created_date=20260223&created_hour=08&dduuid=2828225073a38&device=0&device_type=desktop&os=Windows&ssid=lig1i5v5bgl91g89tgtfipe5bd&t=1771806842&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c03b4ea77ded787a5513e24bc2870dfd7663d50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();