And define "link". I'm really not understanding the question.
Do the 75 sites send traffic to the 1 site to complete a sale? Does the user end-up on the 1 site when they place an order?
If so, one approach is to treat the 75 sites as if they are affiliates. Search for software for affiliate tracking. You'll add a query string to the links, add some tracking code to your checkout page, and the software will keep track of clicks and sales.
Alternately, you can use the referrer field, so that you don't need to add query strings. But be aware that some users might block referrer information in their browser. (Probably most users don't even know how to do this, though.)
You may find that your log analysis package or an alternate log analysis package already has what you need to do this, though tying it into sales would be more difficult.