Is there a way to create link code that counts how many times the link has been clicked and either:
a) sends that count data to the link destination, or
b) uses the count data to modify the link destination (i.e. add a running 'count' var to the end of the link destination code)
The link destination may be a php function or an in-page bookmark, but all processing must be done without re-loading the page.