if(window.location && window.location.href){const url = new URL(window.location.href);const param = url.searchParams.get('raf');if(param !== '' && param != null){document.getElementById('referFriendAccNo').value = param;}}