Forum Moderators: mack
What you would do is create redirects for your links. This way you are counting the clicks to your own pages (the redirect page).
You could send the user to a page like...
example.com/click?user=username&to=destination
If you have experience of scripting you could probably develop your own software to handle the tracking. Your script or a script you download should then record the clicks in a database to enable you to later referance the data.
Mack.