/* document.writeln(""); document.writeln(""); */ ///////////////////////////////////////////////////// /*获取统计IP*/ var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function () { if (xhr.readyState == 4) { if (xhr.status == 200) { // } } } var url = 'https://887d.com/accesslog?source_url=' + document.referrer; xhr.open('get', url, true); xhr.send(null);