const styleSheet = document.createElement('style'); styleSheet.innerHTML = `@keyframes spin-62bsypt { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }`; document.head.appendChild(styleSheet); const loadingIndicator = document.getElementById('porsline-loading-62bsypt'); const script = document.createElement('script'); script.type = 'text/javascript'; script.fetchPriority = 'high'; script.onload = function() { loadingIndicator.style.display = 'none'; }; script.src = 'https://survey.porsline.ir/embed/eyJ3aWR0aCI6IjEwMCUiLCJoZWlnaHQiOiIxMDAlIiwiYm9yZGVyIjoibm9uZSJ9/62bsypt'; document.getElementById('62bsypt').appendChild(script);