function pointpost(time){ var math = Math.round(Math.random()*10000); var n = (new Date()).getTime(); var img = window[n] = new Image(); img.onload = (img.onerror=function(){window[n] = null;}); if('https:' == document.location.protocol){ afa_http='https://'; } else { afa_http='http://'; }img.src = afa_http+'as.kejet.com/afapoint?u/N0M5RDYyQjQ4MjVDMTk4/p/MjI1ODM4OTdFMEZFNjhC?time='+encodeURI(time)+'&math='+math;img = null; }