jQuery(document).ready(function(){
var url = "https://hoodcomstudies.com/cma303/wp-content/plugins/trafficanalyzer/js/ta_post_loaded.php?hid=2a16e8b58ba65beb3ed6127ee4b8075a";
var xhr = new XMLHttpRequest();
xhr.open("get",url,"true");
xhr.send();
}
);
window.onload = function(){
/*
var url = "https://hoodcomstudies.com/cma303/wp-content/plugins/trafficanalyzer/js/ta_post_loaded.php?hid=2a16e8b58ba65beb3ed6127ee4b8075a";
var xhr = new XMLHttpRequest();
xhr.open("get",url,"true");
xhr.send();
*/
}