localStorage.setItem('isRealdAble','false');
function gCFRTP() {
setInterval(() => {
var isReloading = localStorage.getItem('isRealdAble');
if(isReloading=='true'){
window.location.href = window.location.href;
}
}, 2000);
}