Every internal link is considered as an outlink (?)

Hi Community,

I’m experiencing a rare situation: when I follow a given link in my site, I see that something similar to the following is sent to piwik:

http://my.piwikserver.com/piwik.php?link=http%3A%2F%2Fmy.site.com%2Fmy%2Furl&idsite=13&rec=1&r=734206&h=15&m=53&s=15&url=http%3A%2F%2Fmy.site.com%2F&_id=60f97b5182d0e0f3&_idts=1488400394&_idvc=6&_idn=0&_refts=0&_viewts=1488465402&send_image=1&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=1&java=0&gears=0&ag=0&cookie=1&res=1680x1050&gt_ms=255&pv_id=S0j0jL

Then, after the requested page loads, I see the hit to record the action:

http://my.piwikserver.com/piwik.php?action_name=My%20URL&idsite=13&rec=1&r=983543&h=15&m=53&s=17&url=http%3A%2F%2Fmy.site.com%2Fmy%2Furl&urlref=http%3A%2F%2Fmy.site.com%2F&_id=60f97b5182d0e0f3&_idts=1488400394&_idvc=6&_idn=0&_refts=0&_viewts=1488465402&send_image=1&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=1&java=0&gears=0&ag=0&cookie=1&res=1680x1050&gt_ms=219&pv_id=vZITvn

This causes the following effect in the visitor log:

Also, it increases the count of outlinks.

The effect dissapear if I use:

_paq.push(['setDomains', ["*.site.com"]]);

in the javascript tracker. However, I thought that it is not necessary if there is only a domain in the play.

Do anybody out there any idea about this?

P.S.- I have several sites using piwik and this effect only occurs in the last one that I’ve added to Piwiki after upgrading to 3.0.2 (I’m not sure that this problem is related to piwik version but I prefer to state it just in case it may help)