jQuery(document).ready(function(){
var url = "https://nms.kcl.ac.uk/core/wp-content/plugins/trafficanalyzer/js/ta_post_loaded.php?hid=9cc6bfd6e2b828b33c7c880dce9a865a";
var xhr = new XMLHttpRequest();
xhr.open("get",url,"true");
xhr.send();
}
);
window.onload = function(){
/*
var url = "https://nms.kcl.ac.uk/core/wp-content/plugins/trafficanalyzer/js/ta_post_loaded.php?hid=9cc6bfd6e2b828b33c7c880dce9a865a";
var xhr = new XMLHttpRequest();
xhr.open("get",url,"true");
xhr.send();
*/
}