2023-09-08 14:31:16 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Piko</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|
2023-09-08 16:42:11 +08:00
|
|
|
<script src="../js/common2.js"></script>
|
|
|
|
<script src="../js/jquery-3.2.1.min.js"></script>
|
2023-09-08 14:31:16 +08:00
|
|
|
<script>
|
|
|
|
$(function () {
|
|
|
|
var browser = checkVersion();
|
|
|
|
if (browser.ios) {
|
2023-09-08 15:07:43 +08:00
|
|
|
window.location.replace('https://app.adjust.com/14x35jan')
|
2023-09-08 14:31:16 +08:00
|
|
|
} else if (browser.android) {
|
|
|
|
window.location.replace('https://app.adjust.com/14qv7xdh')
|
|
|
|
} else {
|
|
|
|
window.location.replace('http://www.pekolive.com/')
|
|
|
|
}
|
|
|
|
})
|
|
|
|
</script>
|