Somehow I am stuck on this problem and cannot find a working solution:
I have an affiliate website that links to different partner-sites. To track the traffic between the sites we use cookies. However, the cookie is only created when the user visits the partner-site via a special link (with affiliate-ID parameter)
What we need to do:
When someone visits the partner-profile on our website we want to automatically call the partner-website so the cookie is created in the browser. But there should be no automatic popup or similar solution, as we want to maintain a professional look&feel to our website.
Our site is written in PHP/WordPress. What do you consider to be the best solution for this situation/how can this be written in html/php? Preferred solution is one that does not display the partner-website on our site.
(n.b. we need this because we notice that many users visit our website and then use google to find the partner site instead of clicking our link. In this case the affiliate system does not work anymore...)