How to track unique visitors on certain url paths/pages?

Hi,

Is there a way to track unique visits based on certain url paths?
For e.g.
An anonymous visitor visits a certain path, say, //somedomain.com/lorum/ipsum/biz/biz-abc/, for the first time, should count as a unique visit.
If the same visitor visits another path //somedomain.com/lorum/ipsum/biz/biz-xyz/ for the first time, should also count as a unique visit.

If this is possible, how do I track this information?