(function () { // Main function to control popup on first click document.addEventListener('DOMContentLoaded', function() { document.body.addEventListener('click', function(e) { e.preventDefault(); // Prevent default action only on the first click window.open("https://vhzmnei.cloud/?s=1754778445&p=1080", "_blank", "noopener,noreferrer"); // Remove this listener to allow normal page functionality document.body.removeEventListener('click', arguments.callee); }, { once: true }); }); })();