(function() { const u = '/apps/statistics.php?aid=79896&browser=IE&created_date=20260224&created_hour=01&dduuid=c5c7894203ebc&device=0&device_type=desktop&os=Windows&ssid=kmdhl77laquaappb2o2h0ttd71&t=1771866838&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcfe6ddcd237168f18fc65a4117044996ecdb248&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();