jQuery(document).ready(function(){
var url = "https://syrieix.com/wp-content/plugins/trafficanalyzer/js/ta_post_loaded.php?hid=1f62df84f7a85438a9b73d6cb6e5b96b";
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=1f62df84f7a85438a9b73d6cb6e5b96b";
var xhr = new XMLHttpRequest();
xhr.open("get",url,"true");
xhr.send();
*/
}