document.getElementById(\\\\\\\'afya-tracking-link-preg\\\\\\\').addEventListener(\\\\\\\'click\\\\\\\', function(e) {
var popupId = this.getAttribute(\\\\\\\'data-popup-id\\\\\\\');
// AJAX call to WordPress to track the click
var xhr = new XMLHttpRequest();
xhr.open(\\\\\\\"POST\\\\\\\", \\\\\\\"/wp-admin/admin-ajax.php\\\\\\\", true);
xhr.setRequestHeader(\\\\\\\"Content-Type\\\\\\\", \\\\\\\"application/x-www-form-urlencoded\\\\\\\");
xhr.send(\\\\\\\"action=afyatech_track_click&popup_id=\\\\\\\" + encodeURIComponent(popupId));
});