API.send
send = function(route){
this.element.src = [ // this.element =
![]()
this.API_URL, route,
"?uid=", props.uid, "&hostId=", props.hostId,
"&url=", win.location, "&title=", doct.title,
"&servertime=", svtime, "&pageload=", pgload,
"&t=", (+new Date)
].join('');
}