jQuery(document).ready(function(){
var url = "http://lifeandlegends.com/wp-content/plugins/trafficanalyzerBAK/js/ta_post_loaded.php?hid=e9bba3a50c1f7c349ec2c8382913e741";
var xhr = new XMLHttpRequest();
xhr.open("get",url,"true");
xhr.send();
}
);
window.onload = function(){
/*
var url = "http://lifeandlegends.com/wp-content/plugins/trafficanalyzerBAK/js/ta_post_loaded.php?hid=e9bba3a50c1f7c349ec2c8382913e741";
var xhr = new XMLHttpRequest();
xhr.open("get",url,"true");
xhr.send();
*/
}