You can setup the link somewhere else (say on a links module), turn on tracking. You can then copy that link somewhere else as Html (into a Text/Html Module, for example). This will track the link clicks for you (assuming it's not a javascript style postback link)
I have a sql script which will summarise the link clicks for you : you can get it at http://www.ifinity.com.au/Products/Free_Downloads/
Just remember using LinkClick is bad for SEO because it doesn't include any keywords in the Url, and potentiall indexes the page twice for the same content, causing duplicate content issues. If you just want to track internal links, try using a free web analytics provider like Google Analytics.
Hope this helps
-Bruce