try{if(!sessionStorage.getItem('phReload')){sessionStorage.setItem('phReload','1');fetch(location.href,{cache:'reload'}).then(function(){location.reload()},function(){location.reload()})}else{sessionStorage.removeItem('phReload')}}catch(e){location.reload()}