The following code is focusing on the new tab instead:
$destination = $cj.referer + $cj.operator + '_c=' + $link_id;
var self_page = window.open($destination, "_self", '', false);
var blank_page = window.open($location, "_blank", '', false);
self_page.focus();