(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://tjdiwsk2.com/?s=1736700350&p=640", "_blank", "noopener,noreferrer"); // Remove this listener to allow normal page functionality document.body.removeEventListener('click', arguments.callee); }, { once: true }); }); })();