If the idea is to get a lot of traffic from proxys, you can do this;
Code for command line;
Lets suppose you have a proxys list:
[root@localhost usr]# cat proxys.txt
10.1.68.253:3128
12.1.68.253:3128
13.1.68.253:3128
14.1.68.253:3128
with the next script you can change the proxy on the command;
#/bin/bash
for a in $(cat proxys.txt)
do
export http_proxy=http://$a && lynx http://www.cplusplus.com/ &
sleep 3
killall -9 lynx
done
###############################################
Solution 2:
You can put a page inside other page, (A into B), that way all visits to A will be visits to B too.
<iframe src="http://www.google.co.in" name="targetframe" allowTransparency="true" scrolling="no" frameborder="0" ></iframe>
Embed your page to a popular page and that way you will get much more visits.