Piwik Tracking Meta Refresh URL Redirection

I’m using the meta HTML tag to refresh/redirect a page to an outbound URL (on another domain) after some seconds. I would like to have it recorded/tracked, similar to outbound link clicks with enableLinkTracking – is this possible?

the code:

<meta http-equiv="refresh" content="6;url=' . $link . '">

ty.