CINXE.COM

电信和互联网用户个人信息保护规定

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <title>电信和互联网用户个人信息保护规定</title> <link rel="stylesheet" href="/libs/datepicker-master/css/datepicker.css"> <link rel="stylesheet" href="/libs/jquery-nice-select-1.1.0/css/nice-select.css"> <link rel="stylesheet" type="text/css" href="/style/main.css" /> </head> <body> <base target="_blank" /> <script src="/js/jquery-1.11.0.min.js" type="text/javascript"></script> <script src="/js/jquery_cookie_min.js" type="text/javascript" charset="utf-8"></script> <script src="/js/my.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> var harmcategory = "" $(function () { // if (harmcategory == "") { $.ajax({ type: "get", //url: BS_URL+"/rpapi/portal/harmtype/get", url: "/js/harmtype.js", dataType: 'json', success: function (data) { var z = eval(data)["result"] harmcategory=eval(JSON.stringify(z)) }, error: function (err) { console.log(err) } }) // } }) //获取危害大类 function setbigharmcategory(category) { $.each(harmcategory, function (i) { var parentId = harmcategory[i]["parentId"] if (parentId == 0 || parentId == "0") { if (harmcategory[i]["id"] == ("00" + category)) { $.cookie('bigHarmType', "00" + category, {expires: date, path: '/', secure:true}) return; } } }) } //获取危害小类 function getbigharmchildren() { $.ajax({ type: "get", url: "/js/harmtype.js", dataType: 'json', async:false, success: function (data) { var z = eval(data)["result"] harmcategory=eval(JSON.stringify(z)) }, error: function (err) { console.log(err) } }) var parentId = $.cookie('bigHarmType') var smallharmlist = new Array() $.each(harmcategory, function (i) { var pId = harmcategory[i]["parentId"] if (pId != 0 || pId != "0") { if (parentId == pId) { var obj = new Object() obj.name = harmcategory[i]["typeName"] obj.value = harmcategory[i]["id"] console.log("危害小类:"+harmcategory[i]["typeName"]+"........."+harmcategory[i]["id"]) smallharmlist.push(obj) } } }) return smallharmlist } //设置cookie失效时间 var date = new Date(); var minutes = 30; date.setTime(date.getTime() + (minutes * 60 * 1000)); var searchtime = new Date(); var mm = 1; searchtime.setTime(searchtime.getTime() + (mm * 60 * 1000)); function getParam(paramName) { paramValue = "", isFound = !1; if (this.location.search.indexOf("?") == 0 && this.location.search.indexOf("=") > 1) { arrSource = unescape(this.location.search).substring(1, this.location.search.length).split("&"), i = 0; while (i < arrSource.length && !isFound) arrSource[i].indexOf("=") > 0 && arrSource[i].split("=")[0].toLowerCase() == paramName.toLowerCase() && (paramValue = arrSource[i].split("=")[1], isFound = !0), i++ } return paramValue == "" && (paramValue = null), paramValue } var tab = getParam("tab") function toSearch() { var condition=getVal("searchCondition") if (condition.length>0){ $.cookie('mySearchCondition', condition, {expires: date,path: '/', secure:true}) } // $.ajax({ // type:"get", // url:'', // data:{}, // success:function(data){ window.location.href = "/search/search.html" // }, // error:function(data,type, err){ // console.log(data +" - "+type + ": " + err) // } // // }); } function limitinput(ele, len) { $(ele).bind('input propertychange', function () { var tvalmum; tvalnum = $(this).val().length; if (tvalnum > len) { var tval = $(this).val(); tval = tval.substring(0, len); $(this).val(tval); } }); } function to_notifition(obj) { var wxxx=document.getElementById("wxxx") var tzgg=document.getElementById("tzgg") if (obj=="wxxx"){ $.cookie('wxxx', 'wxxx', {expires: date, path: '/', secure:true}) wxxx.className="lv1 focus" tzgg.className="" }if (obj==tzgg) { wxxx.className="" tzgg.className="lv1 focus" } } </script> <div class="header"> <div class="wrap"> <ul class="nav"> <script type="text/javascript"> if (tab == null){ document.write('<li class="focus"><a href="/index.html">首页</a></li>') }else{ document.write('<li><a href="/index.html">首页</a></li>') } if (tab == 2){ document.write('<li class="focus"><a href="/wxxx/list1.html?tab=2">网信信息</a></li>') }else{ document.write('<li><a href="/wxxx/list1.html?tab=2">网信信息</a></li>') } if (tab == 3){ document.write('<li class="focus"><a href="/tzgg/list1.html?tab=3">通知公告</a></li>') }else{ document.write('<li><a href="/tzgg/list1.html?tab=3">通知公告</a></li>') } if (tab == 4){ document.write('<li class="focus"><a href="/jbzn.html?tab=4">举报指南</a></li>') }else{ document.write('<li><a href="/jbzn.html?tab=4">举报指南</a></li>') } if (tab == 6){ document.write('<li class="focus"><a href="/jbcx.html?tab=6">举报查询</a></li>') }else{ document.write('<li><a href="/jbcx.html?tab=6">举报查询</a></li>') } if (tab == 5){ document.write('<li class="focus"><a href="/jgjj.html?tab=5">机构简介</a></li>') }else{ document.write('<li><a href="/jgjj.html?tab=5">机构简介</a></li>') } </script> </ul> <form class="search" action="" method="GET" autocomplete="off"> <input type="text" id="searchCondition" name=""> <button class="btn default" id="search" name="search" type="button" onclick="toSearch()">搜索</button> </form> </div> </div> <div class="breadcrumbs"> <div class="wrap">当前位置:<a href="/">首页</a> &gt;&gt; <a href="">部门规章</a></div> </div> <div class="wrap pl80 pr80"> <h1 class="article-title ta-c"><span>电信和互联网用户个人信息保护规定<span></h1> <div class="article-meta ta-c pb30"> <div class="article-share f-r"> <div class="title">分享:</div> <div class="icon"> <a href="javascript:void(0)" onclick="return false;" onmouseover="showpic(0);"><img src="/style/icon-weixin.png"><div id="pic0" class="qr on" style="display:none"><br> <div id="wx0" style=" position:relative;z-index:99999;"/></div> </div></a> <a target="_blank" href="javascript:void(0)" onclick="shareqq(this);"><img src="/style/icon-qq.png"></a> <a target="_blank" href="javascript:void(0)" onclick="shareweibo(this);"><img src="/style/icon-weibo.png"></a> </div> </div> <span>2020-04-21</span> <span>来源:中国网信网</span> </div> <div class="article-body pl80 pr80"> <p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; text-indent: 0em; white-space: normal; text-align: center;"><strong style="margin: 0px; padding: 0px;"><span style="margin: 0px; padding: 0px; font-family: 仿宋; font-size: 18px;">电信和互联网用户个人信息保护规定</span></strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><span style="margin: 0px; padding: 0px; font-family: 楷体, 楷体_GB2312, SimKai;">(2013年6月28日中华人民共和国工业和信息化部第2次部务会议审议通过 2013年7月16日中华人民共和国工业和信息化部第24号令公布 自2013年9月1日起施行)</span></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; text-indent: 0em; white-space: normal; text-align: center;"><strong style="margin: 0px; padding: 0px;">第一章 总则</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第一条 为了保护电信和互联网用户的合法权益,维护网络信息安全,根据《全国人民代表大会常务委员会关于加强网络信息保护的决定》、《中华人民共和国电信条例》和《互联网信息服务管理办法》等法律、行政法规,制定本规定。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第二条 在中华人民共和国境内提供电信服务和互联网信息服务过程中收集、使用用户个人信息的活动,适用本规定。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第三条 工业和信息化部和各省、自治区、直辖市通信管理局(以下统称电信管理机构)依法对电信和互联网用户个人信息保护工作实施监督管理。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第四条 本规定所称用户个人信息,是指电信业务经营者和互联网信息服务提供者在提供服务的过程中收集的用户姓名、出生日期、身份证件号码、住址、电话号码、账号和密码等能够单独或者与其他信息结合识别用户的信息以及用户使用服务的时间、地点等信息。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第五条 电信业务经营者、互联网信息服务提供者在提供服务的过程中收集、使用用户个人信息,应当遵循合法、正当、必要的原则。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第六条 电信业务经营者、互联网信息服务提供者对其在提供服务过程中收集、使用的用户个人信息的安全负责。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第七条 国家鼓励电信和互联网行业开展用户个人信息保护自律工作。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; text-indent: 0em; white-space: normal; text-align: center;"><strong style="margin: 0px; padding: 0px;">第二章 信息收集和使用规范</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第八条 电信业务经营者、互联网信息服务提供者应当制定用户个人信息收集、使用规则,并在其经营或者服务场所、网站等予以公布。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第九条 未经用户同意,电信业务经营者、互联网信息服务提供者不得收集、使用用户个人信息。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">电信业务经营者、互联网信息服务提供者收集、使用用户个人信息的,应当明确告知用户收集、使用信息的目的、方式和范围,查询、更正信息的渠道以及拒绝提供信息的后果等事项。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">电信业务经营者、互联网信息服务提供者不得收集其提供服务所必需以外的用户个人信息或者将信息用于提供服务之外的目的,不得以欺骗、误导或者强迫等方式或者违反法律、行政法规以及双方的约定收集、使用信息。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">电信业务经营者、互联网信息服务提供者在用户终止使用电信服务或者互联网信息服务后,应当停止对用户个人信息的收集和使用,并为用户提供注销号码或者账号的服务。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">法律、行政法规对本条第一款至第四款规定的情形另有规定的,从其规定。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第十条 电信业务经营者、互联网信息服务提供者及其工作人员对在提供服务过程中收集、使用的用户个人信息应当严格保密,不得泄露、篡改或者毁损,不得出售或者非法向他人提供。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第十一条 电信业务经营者、互联网信息服务提供者委托他人代理市场销售和技术服务等直接面向用户的服务性工作,涉及收集、使用用户个人信息的,应当对代理人的用户个人信息保护工作进行监督和管理,不得委托不符合本规定有关用户个人信息保护要求的代理人代办相关服务。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第十二条 电信业务经营者、互联网信息服务提供者应当建立用户投诉处理机制,公布有效的联系方式,接受与用户个人信息保护有关的投诉,并自接到投诉之日起十五日内答复投诉人。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; text-indent: 0em; white-space: normal; text-align: center;"><strong style="margin: 0px; padding: 0px;">第三章 安全保障措施</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第十三条 电信业务经营者、互联网信息服务提供者应当采取以下措施防止用户个人信息泄露、毁损、篡改或者丢失:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)确定各部门、岗位和分支机构的用户个人信息安全管理责任;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)建立用户个人信息收集、使用及其相关活动的工作流程和安全管理制度;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)对工作人员及代理人实行权限管理,对批量导出、复制、销毁信息实行审查,并采取防泄密措施;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)妥善保管记录用户个人信息的纸介质、光介质、电磁介质等载体,并采取相应的安全储存措施;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(五)对储存用户个人信息的信息系统实行接入审查,并采取防入侵、防病毒等措施;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(六)记录对用户个人信息进行操作的人员、时间、地点、事项等信息;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(七)按照电信管理机构的规定开展通信网络安全防护工作;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(八)电信管理机构规定的其他必要措施。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第十四条 电信业务经营者、互联网信息服务提供者保管的用户个人信息发生或者可能发生泄露、毁损、丢失的,应当立即采取补救措施;造成或者可能造成严重后果的,应当立即向准予其许可或者备案的电信管理机构报告,配合相关部门进行的调查处理。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">电信管理机构应当对报告或者发现的可能违反本规定的行为的影响进行评估;影响特别重大的,相关省、自治区、直辖市通信管理局应当向工业和信息化部报告。电信管理机构在依据本规定作出处理决定前,可以要求电信业务经营者和互联网信息服务提供者暂停有关行为,电信业务经营者和互联网信息服务提供者应当执行。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第十五条 电信业务经营者、互联网信息服务提供者应当对其工作人员进行用户个人信息保护相关知识、技能和安全责任培训。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第十六条 电信业务经营者、互联网信息服务提供者应当对用户个人信息保护情况每年至少进行一次自查,记录自查情况,及时消除自查中发现的安全隐患。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; text-indent: 0em; white-space: normal; text-align: center;"><strong style="margin: 0px; padding: 0px;">第四章 监督检查</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第十七条 电信管理机构应当对电信业务经营者、互联网信息服务提供者保护用户个人信息的情况实施监督检查。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">电信管理机构实施监督检查时,可以要求电信业务经营者、互联网信息服务提供者提供相关材料,进入其生产经营场所调查情况,电信业务经营者、互联网信息服务提供者应当予以配合。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">电信管理机构实施监督检查,应当记录监督检查的情况,不得妨碍电信业务经营者、互联网信息服务提供者正常的经营或者服务活动,不得收取任何费用。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第十八条 电信管理机构及其工作人员对在履行职责中知悉的用户个人信息应当予以保密,不得泄露、篡改或者毁损,不得出售或者非法向他人提供。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第十九条 电信管理机构实施电信业务经营许可及经营许可证年检时,应当对用户个人信息保护情况进行审查。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第二十条 电信管理机构应当将电信业务经营者、互联网信息服务提供者违反本规定的行为记入其社会信用档案并予以公布。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第二十一条 鼓励电信和互联网行业协会依法制定有关用户个人信息保护的自律性管理制度,引导会员加强自律管理,提高用户个人信息保护水平。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; text-indent: 0em; white-space: normal; text-align: center;"><strong style="margin: 0px; padding: 0px;">第五章 法律责任</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第二十二条 电信业务经营者、互联网信息服务提供者违反本规定第八条、第十二条规定的,由电信管理机构依据职权责令限期改正,予以警告,可以并处一万元以下的罚款。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第二十三条 电信业务经营者、互联网信息服务提供者违反本规定第九条至第十一条、第十三条至第十六条、第十七条第二款规定的,由电信管理机构依据职权责令限期改正,予以警告,可以并处一万元以上三万元以下的罚款,向社会公告;构成犯罪的,依法追究刑事责任。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第二十四条 电信管理机构工作人员在对用户个人信息保护工作实施监督管理的过程中玩忽职守、滥用职权、徇私舞弊的,依法给予处理;构成犯罪的,依法追究刑事责任。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; text-indent: 0em; white-space: normal; text-align: center;"><strong style="margin: 0px; padding: 0px;">第六章 附则</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">第二十五条 本规定自2013年9月1日起施行。</p> </div> </div> <script src="/libs/jquery-nice-select-1.1.0/js/jquery.nice-select.js"></script> <script src="/js/common.js"></script> <script type="text/javascript"> </script> </body> <script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script> <script src="/js/jquery.qrcode.min.js" type="text/javascript" charset="utf-8"></script> <script> function showpic(index){ var url = window.location.href; if($(eval("pic"+index)).css('display')=='block'){ $(eval("wx"+index)).html(''); $(eval("pic"+index)).css('display','none'); $(eval("pic"+index)).css('position',''); $(eval("pic"+index)).css('z-index',''); }else{ $(eval("wx"+index)).qrcode({width:160,height:160,correctLevel:0,text:url}); $(eval("pic"+index)).css('display','block'); $(eval("pic"+index)).css('position','absolute'); $(eval("pic"+index)).css('z-index','999'); }} function shareqq(obj){ var url = 'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url='+window.location.href; $(obj).attr('href',url); //obj.click(); } function shareweibo(obj){ var url = 'http://v.t.sina.com.cn/share/share.php?title=电信和互联网用户个人信息保护规定&url='+window.location.href; $(obj).attr('href',url); //obj.click(); } </script> </head> <div class="footer">中央网信办(国家互联网信息办公室)违法和不良信息举报中心 版权所有 <a href="https://beian.miit.gov.cn/">京ICP备15022452号</a></div> <script type="text/javascript"> //添加cookie function setCookie(name,value){ var Days = 30; var exp = new Date(); exp.setTime(exp.getTime() + Days*24*60*60*1000); //document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString(); $.cookie(name, value, {expires: exp, path: '/', domain: '12377.cn', secure:true}) } function getCookie(name){ var strcookie = document.cookie;//获取cookie字符串 var arrcookie = strcookie.split("; ");//分割 //遍历匹配 for ( var i = 0; i < arrcookie.length; i++) { var arr = arrcookie[i].split("="); if (arr[0] == name){ return arr[1]; } } return ""; } var ck = getCookie("12377.cn"); if(ck == "undefined" || ck == null || ck == ''){ var std = new Date().getTime(); var rd = Math.floor(Math.random()*100); setCookie("12377.cn",std + '' + rd ); } function pad2(n) { return n < 10 ? '0' + n : n } function generateTimeReqestNumber() { var date = new Date(); return date.getFullYear().toString() + pad2(date.getMonth() + 1) + pad2(date.getDate()) + pad2(date.getHours()) + pad2(date.getMinutes()) + pad2(date.getSeconds()); } function guid() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); } var code; function createCode() { //var codeInput = document.getElementsByClassName("code")[0]; var codeArr = [0,1,2,3,4,5,6,7,8,9,'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']; var length = 6; code = ""; for (var i = 0; i < length; i++) { randomI = Math.floor(Math.random() * 36); code += codeArr[randomI]; } return code; } userKey = guid(); console.log(userKey); var ckguestkey = getCookie("guestKey"); console.log('======'+generateTimeReqestNumber()); if(ckguestkey == "undefined" || ckguestkey == null || ckguestkey == ''){ guestKey = generateTimeReqestNumber()+createCode(); setCookie("guestKey",guestKey); console.log(guestKey); //setCookie("userKey",userKey); //console.log(userKey); } t = new Date().getTime()+Math.random(); vist = '<script src="https://stats.12377.cn/js/visitor.js?time='+t+'"><//script>'; //vist = '<script src="https://stats.12377.cn:81/js/visitor.js?time='+t+'"><//script>'; document.write(vist); console.log(vist) </script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10