An interesting question indeed.
For a simple URL, I would not do that. One reason, for example: I remember sending testmail with a unique link pointing to our own web server. After going through the ISP mail server, a request was made with this URL to our server. This was done using a spam filter to check if the URL exists. So, if a letter was sent to the client, saying: “Look here for new items”, they would disappear even before the mail was received.
And you, of course, would not want this simple URL to appear somewhere in the search results or be used to preload pages.
On the other hand, if a request was made during login (or using a cookie), this may be normal.
Maybe this is what it does when we review our statistics / responses.
source share