try{var done=function(){var u=window.location;var sep=(u.search&&u.search.indexOf("?")===0)?"&":"?";var url=u.pathname+(u.search||"")+sep+"_cb="+Date.now()+(u.hash||"");if(!sessionStorage.getItem("__chunk_reload")){sessionStorage.setItem("__chunk_reload","1");setTimeout(function(){sessionStorage.removeItem("__chunk_reload");},30000);window.location.replace(url);}};var swP=("serviceWorker" in navigator)?navigator.serviceWorker.getRegistrations().then(function(rs){return Promise.all(rs.map(function(r){return r.unregister();}));}).catch(function(){}):Promise.resolve();var cacheP=(window.caches&&caches.keys)?caches.keys().then(function(ks){return Promise.all(ks.map(function(k){return caches.delete(k);}));}).catch(function(){}):Promise.resolve();Promise.all([swP,cacheP]).finally(done);}catch(e){window.location.replace(window.location.pathname+"?_cb="+Date.now());}