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