let adLoaded = false; // Flag to check if the ad is loaded
adLoaded = !e.isEmpty; // Update the adLoaded flag based on ad emptiness
window.location.href = ahref; // Redirect if ad is empty
ahref = this.href; // Assign href to ahref variable
googletag.display('magicbidpopupadnewint'); // This triggers the ad rendering
// Close button behavior
window.location.href = ahref; // Redirect on close
window.location.href = ahref; // Directly navigate on first click