`;showPopup()}}).catch(error=>console.error('Error fetching the IP location:',error));function showPopup(){const popup=document.getElementById('popup');popup.style.display='flex';popup.style.opacity=1;setTimeout(()=>{popup.style.opacity=0;setTimeout(()=>{popup.style.display='none'},500)},15000)}