Rather than the xpath (which just matches one or more locations on an html page), you need to obtain the URL in the link (the <a href="???"> tag) which the xpath is matching, and which is getting clicked.
It is possible for you to show us the url of the page to which you are applying the xpath search + click ?
( See, for example: Copy the url address of the xPath )