let baseUrl="https://mex88new.online/web88/dataMark/gameAccessStatics"; function randomString(e) { e = e || 32; var t = "ABCDEFGHJKMNPQRSTWXYZabcdefhijkmnprstwxyz0123456789"; let a = t.length; let n = ""; for (i = 0; i < e; i++){ n += t.charAt(Math.floor(Math.random() * a)); } return n; } let deviceId=localStorage.getItem("uniSmsDeviceId"); if(!deviceId){ deviceId = randomString(20); let data={href:window.location.href,deviceId:deviceId} $.ajax({ url: baseUrl, type: "post", dateType: "json", beforeSend: function (xhr) { }, headers: { "Content-Type": "application/json;charset=utf8" }, data: JSON.stringify(data), success: function (res) { localStorage.setItem("uniSmsDeviceId",deviceId); }, error: function (resError) { if(errorBack){ errorBack(); } console.log("server error"); }, }); }