Rss url link in statistics

I have noticed whenever I put a regular link to my anchor tag, when it sends, I see the link with:
mysite.com/token

So I guess this is where the system counts for unique views for a link right?

Now, whenever I put a [URL] tag in my anchor tag, the token is missing and it goes directly to the link, it does not count and record any unique views, how to fix this?

I just solve the issue and really simple, sorry for the inconvenience. But the solution was to add 2 apostrophes in my anchor tag for eg.
a href="[URL]"

Now it records unique views. Now, this is solved. I’m so sorry it was my mistake.