通过Iframe重复发送请求
for(var i = 0; i < 10000; i++) { window.setTimeout(function() { $('historyIframe').contentWindow.location.href ='[url]'; }, i * 10);}