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