Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Mar 4, 2024
1 parent 7000d55 commit 200c315
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions trunk/web/template/sweet/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,17 +212,17 @@ webpackJsonp([0], [function(t, e, n) {
h = t.getAttribute("var3"),
c = new Date,
d = c.getTime(),
p = "http://stat.download.xunlei.com:8099/?xlbtid=" + gOption.xlbtid + "&datatype=click&url=" + url_e + "&useragent=" + userAgent_e + "&userid=" + userid + "&cookieid=" + habo_web_uid + "&sessionid=" + habo_web_sessionid + "&appid=" + gOption.appid + "&clickurl=" + n + "&blockid=" + i + "&clickid=" + o + "&r=" + 1e5 * Math.random() + "&time=" + d + "&eventid=" + a + "&var1=" + s + "&var2=" + r + "&var3=" + h,
p = "/?xlbtid=" + gOption.xlbtid + "&datatype=click&url=" + url_e + "&useragent=" + userAgent_e + "&userid=" + userid + "&cookieid=" + habo_web_uid + "&sessionid=" + habo_web_sessionid + "&appid=" + gOption.appid + "&clickurl=" + n + "&blockid=" + i + "&clickid=" + o + "&r=" + 1e5 * Math.random() + "&time=" + d + "&eventid=" + a + "&var1=" + s + "&var2=" + r + "&var3=" + h,
u = new Image;
u.src = p, "_self" == target && setTimeout("jumpurl('" + e + "');", 100)
}
}
var md5 = __webpack_require__(3),
hex_md5 = md5.hex_md5,
gOption = {
appid: "54",
domain: "xl9.xunlei.com",
xlbtid: "1"
appid: "",
domain: "",
xlbtid: ""
},
c_getCookie = function(t) {
var e = t + "=",
Expand Down

0 comments on commit 200c315

Please sign in to comment.