var os_win11=0; /*navigator.userAgentData.getHighEntropyValues(["platformVersion"]).then(ua => { if (navigator.userAgentData.platform === "Windows") { const majorPlatformVersion = parseInt(ua.platformVersion.split('.')[0]); if (majorPlatformVersion >= 13) { os_win11=1; } } });*/ setTimeout("mengyusoft_stat()", 2000); function mengyusoft_stat(){ var my_stat_script = document.createElement('script'); my_stat_script.setAttribute('src','/stat.do?action=add&os_win11='+ os_win11 +'&title='+ escape(document.title) +'&screen_width=' + window.screen.width.toString() + '&url=' + escape(window.location) + '&referer='+ escape(document.referrer)); document.head.appendChild(my_stat_script); }