more then likely, that tag is in the admin/functions.php file.
anyone, please correct me if I'm wrong...anyways...in admin/functions.php, look for
PHP Code:
return "<a href=\"$righturl\" target=\"_blank\">".str_replace('\"', '"', $hyperlink)."</a>"
and replace it with
PHP Code:
return "<a href=\"www.domain.com/redir.php?url=$righturl\" target=\"_blank\">".str_replace('\"', '"', $hyperlink)."</a>"
like I said, I don't know if it's that you change or something else...sorry for not being more of a help