reyunh5-io.min.js 7.84 KB
(function(){String.prototype.trim=function(){return this.replace(/(^\s*)|(\s*$)/g,"")};var a={chrsz:8,hexcase:0,binl2hex:function(t){var i=this.hexcase?"0123456789ABCDEF":"0123456789abcdef";var e="";for(var n=0;n<t.length*4;n++){e+=i.charAt(t[n>>2]>>n%4*8+4&15)+i.charAt(t[n>>2]>>n%4*8&15)}return e},str2binl:function(t){var i=Array();var e=(1<<this.chrsz)-1;for(var n=0;n<t.length*this.chrsz;n+=this.chrsz)i[n>>5]|=(t.charCodeAt(n/this.chrsz)&e)<<n%32;return i},md5_cmn:function(t,i,e,n,s,r){return this.safe_add(this.bit_rol(this.safe_add(this.safe_add(i,t),this.safe_add(n,r)),s),e)},md5_ff:function(t,i,e,n,s,r,h){return this.md5_cmn(i&e|~i&n,t,i,s,r,h)},md5_gg:function(t,i,e,n,s,r,h){return this.md5_cmn(i&n|e&~n,t,i,s,r,h)},md5_hh:function(t,i,e,n,s,r,h){return this.md5_cmn(i^e^n,t,i,s,r,h)},md5_ii:function(t,i,e,n,s,r,h){return this.md5_cmn(e^(i|~n),t,i,s,r,h)},safe_add:function(t,i){var e=(t&65535)+(i&65535);var n=(t>>16)+(i>>16)+(e>>16);return n<<16|e&65535},bit_rol:function(t,i){return t<<i|t>>>32-i},core_md5:function(t,i){t[i>>5]|=128<<i%32;t[(i+64>>>9<<4)+14]=i;var e=1732584193;var n=-271733879;var s=-1732584194;var r=271733878;for(var h=0;h<t.length;h+=16){var a=e;var o=n;var d=s;var m=r;e=this.md5_ff(e,n,s,r,t[h+0],7,-680876936);r=this.md5_ff(r,e,n,s,t[h+1],12,-389564586);s=this.md5_ff(s,r,e,n,t[h+2],17,606105819);n=this.md5_ff(n,s,r,e,t[h+3],22,-1044525330);e=this.md5_ff(e,n,s,r,t[h+4],7,-176418897);r=this.md5_ff(r,e,n,s,t[h+5],12,1200080426);s=this.md5_ff(s,r,e,n,t[h+6],17,-1473231341);n=this.md5_ff(n,s,r,e,t[h+7],22,-45705983);e=this.md5_ff(e,n,s,r,t[h+8],7,1770035416);r=this.md5_ff(r,e,n,s,t[h+9],12,-1958414417);s=this.md5_ff(s,r,e,n,t[h+10],17,-42063);n=this.md5_ff(n,s,r,e,t[h+11],22,-1990404162);e=this.md5_ff(e,n,s,r,t[h+12],7,1804603682);r=this.md5_ff(r,e,n,s,t[h+13],12,-40341101);s=this.md5_ff(s,r,e,n,t[h+14],17,-1502002290);n=this.md5_ff(n,s,r,e,t[h+15],22,1236535329);e=this.md5_gg(e,n,s,r,t[h+1],5,-165796510);r=this.md5_gg(r,e,n,s,t[h+6],9,-1069501632);s=this.md5_gg(s,r,e,n,t[h+11],14,643717713);n=this.md5_gg(n,s,r,e,t[h+0],20,-373897302);e=this.md5_gg(e,n,s,r,t[h+5],5,-701558691);r=this.md5_gg(r,e,n,s,t[h+10],9,38016083);s=this.md5_gg(s,r,e,n,t[h+15],14,-660478335);n=this.md5_gg(n,s,r,e,t[h+4],20,-405537848);e=this.md5_gg(e,n,s,r,t[h+9],5,568446438);r=this.md5_gg(r,e,n,s,t[h+14],9,-1019803690);s=this.md5_gg(s,r,e,n,t[h+3],14,-187363961);n=this.md5_gg(n,s,r,e,t[h+8],20,1163531501);e=this.md5_gg(e,n,s,r,t[h+13],5,-1444681467);r=this.md5_gg(r,e,n,s,t[h+2],9,-51403784);s=this.md5_gg(s,r,e,n,t[h+7],14,1735328473);n=this.md5_gg(n,s,r,e,t[h+12],20,-1926607734);e=this.md5_hh(e,n,s,r,t[h+5],4,-378558);r=this.md5_hh(r,e,n,s,t[h+8],11,-2022574463);s=this.md5_hh(s,r,e,n,t[h+11],16,1839030562);n=this.md5_hh(n,s,r,e,t[h+14],23,-35309556);e=this.md5_hh(e,n,s,r,t[h+1],4,-1530992060);r=this.md5_hh(r,e,n,s,t[h+4],11,1272893353);s=this.md5_hh(s,r,e,n,t[h+7],16,-155497632);n=this.md5_hh(n,s,r,e,t[h+10],23,-1094730640);e=this.md5_hh(e,n,s,r,t[h+13],4,681279174);r=this.md5_hh(r,e,n,s,t[h+0],11,-358537222);s=this.md5_hh(s,r,e,n,t[h+3],16,-722521979);n=this.md5_hh(n,s,r,e,t[h+6],23,76029189);e=this.md5_hh(e,n,s,r,t[h+9],4,-640364487);r=this.md5_hh(r,e,n,s,t[h+12],11,-421815835);s=this.md5_hh(s,r,e,n,t[h+15],16,530742520);n=this.md5_hh(n,s,r,e,t[h+2],23,-995338651);e=this.md5_ii(e,n,s,r,t[h+0],6,-198630844);r=this.md5_ii(r,e,n,s,t[h+7],10,1126891415);s=this.md5_ii(s,r,e,n,t[h+14],15,-1416354905);n=this.md5_ii(n,s,r,e,t[h+5],21,-57434055);e=this.md5_ii(e,n,s,r,t[h+12],6,1700485571);r=this.md5_ii(r,e,n,s,t[h+3],10,-1894986606);s=this.md5_ii(s,r,e,n,t[h+10],15,-1051523);n=this.md5_ii(n,s,r,e,t[h+1],21,-2054922799);e=this.md5_ii(e,n,s,r,t[h+8],6,1873313359);r=this.md5_ii(r,e,n,s,t[h+15],10,-30611744);s=this.md5_ii(s,r,e,n,t[h+6],15,-1560198380);n=this.md5_ii(n,s,r,e,t[h+13],21,1309151649);e=this.md5_ii(e,n,s,r,t[h+4],6,-145523070);r=this.md5_ii(r,e,n,s,t[h+11],10,-1120210379);s=this.md5_ii(s,r,e,n,t[h+2],15,718787259);n=this.md5_ii(n,s,r,e,t[h+9],21,-343485551);e=this.safe_add(e,a);n=this.safe_add(n,o);s=this.safe_add(s,d);r=this.safe_add(r,m)}return Array(e,n,s,r)},getMD5Str:function(t){return this.binl2hex(this.core_md5(this.str2binl(t),t.length*this.chrsz))}};function r(){this._getInstance=function(){var t;if(window.ActiveXObject){var i=["MSXML2.XMLHTTP.5.0","MSXML2.XMLHTTP.4.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"];for(var e=0;e<i.length;e++){try{t=new ActiveXObject(i[e]);return t}catch(t){}}}else if(window.XMLHttpRequest){t=new XMLHttpRequest;return t}else{return null}};this._ins=this._getInstance();this.sendURL=function(t,i,e){var n=this._ins;n.open("post",t,true);n.onreadystatechange=function(){if(n.readyState==4&&(n.status==200||n.status==304)){if(typeof e=="function"){e(n.response)}}};n.setRequestHeader("Content-type","application/x-www-form-urlencoded; charset=UTF-8");n.send(JSON.stringify(i))};this.quit=function(){this._ins.abort()}}var n={};var c={locationurl:"",preurl:"https://iolog.reyun.com/receive/analyze/",getSessionId:function(){var t=c.getItem("ryh5_io_sessionid");if(t&&t!=""){return t}var i=document.cookie,e=i.split(";"),n="";for(var s=0;s<e.length;s++){var r=e[s],h=r.split("=");if(h[0].trim()==="JSESSIONID"){n=h[1];break}}if(n==""){n=a.getMD5Str(navigator.userAgent+String((new Date).getTime()+Math.random()));c.setItem("ryh5_io_sessionid",n)}else{n=a.getMD5Str(n+String((new Date).getTime()+Math.random()))}return n},getItem:function(i){try{localStorage.setItem("rmdkk_io",111);localStorage.removeItem("rmdkk_io");var e=localStorage.getItem(i);return e==null?"":e}catch(t){var e=n[i];return e==undefined?"":e}},setItem:function(i,e){try{localStorage.setItem(i,e)}catch(t){n[i]=e}},getValue:function(t){var i="";switch(t){case"who":i=c.getItem("ryh5_io_usid");if(i==""){i=this.getSessionId()}break;case"deviceid":i=c.getItem("ryh5_io_usid");if(i==""){i=this.getSessionId()}else{i=a.getMD5Str(i)}break;default:i=this.getItem(t);break}return i},getCommonParams:function(t){var i={appid:this.getItem("ryh5_io_appid"),who:this.getValue("who"),context:{_deviceid:this.getValue("deviceid"),_cid:this.getItem("ryh5_io_cid"),_campaignid:this.getItem("ryh5_io_campid"),_apptype:"wap",_ua:navigator.userAgent}};if(t&&typeof t==="object"){for(var e in t){i.context[e]=t[e]}}return i},send:function(t,i,e){var n=this.preurl+t;var s=new r;s.sendURL(n,i,e)}};var t=new function(){this.version="v1.1.0";var _=function(){var i=function(){var t=c.getCommonParams();c.locationurl=t.context._url=document.location.href;t.what="pageview";c.send("event",t)};if(c.locationurl==""){i()}else{setTimeout(function(){var t=document.location.href;if(c.locationurl==t){return false}i()},100)}};this.init=function(t){c.setItem("ryh5_io_appid",t);var i=window.location.href,e=i.substring(i.indexOf("?")+1),n=e.split("&");var s=c.getItem("ryh5_io_cid"),r=c.getItem("ryh5_io_campid"),h=c.getItem("ryh5_io_sessionid");s=s==""?"-1":s;r=r==""?"_default_":r;h=h==""?c.getSessionId():h;for(var a=0;a<n.length;a++){var o=n[a].split("=");if(o[0]=="cid"){s=o[1]}if(o[0]=="campaignid"){r=o[1]}}if(!/^-?\d+$/.test(s)){s=-1}c.setItem("ryh5_io_cid",s);c.setItem("ryh5_io_campid",r);c.setItem("ryh5_io_sessionid",h);_();document.addEventListener("click",_);var d=this;var m=function(){d.event("finishload",{_url:document.location.href})};document.addEventListener("DOMContentLoaded",m,false)};this.register=function(t,i){var e=c.getCommonParams(i);e.who=t;c.send("register",e)};this.loggedin=function(t,i){var e=c.getCommonParams(i);e.who=t;c.setItem("ryh5_io_usid",t);c.send("loggedin",e);_()};this.download=function(t){var i=c.getCommonParams(t);i.what="download";c.send("event",i)};this.payment=function(t,i,e,n,s){var r=c.getCommonParams(s);r.context._transactionid=t;r.context._currencyamount=i;r.context._currencytype=e;r.context._paymenttype=n;c.send("payment",r)};this.event=function(t,i){var i=c.getCommonParams(i);i.what=t;c.send("event",i)};this.profile=function(t){var t=c.getCommonParams(t);c.send("profile",t)}};window["io"]=t})();