{
  "type": "Program",
  "start": 0,
  "end": 2423,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 33,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 48,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 48
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 17,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 17
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 17,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 17
              }
            },
            "name": "MobileUtil"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 23,
        "end": 47,
        "loc": {
          "start": {
            "line": 1,
            "column": 23
          },
          "end": {
            "line": 1,
            "column": 47
          }
        },
        "value": "../../core/mobile_util",
        "rawValue": "../../core/mobile_util",
        "raw": "\"../../core/mobile_util\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 49,
      "end": 97,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 48
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 56,
          "end": 66,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 17
            }
          },
          "local": {
            "type": "Identifier",
            "start": 56,
            "end": 66,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 17
              }
            },
            "name": "CookieUtil"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 72,
        "end": 96,
        "loc": {
          "start": {
            "line": 2,
            "column": 23
          },
          "end": {
            "line": 2,
            "column": 47
          }
        },
        "value": "../../core/cookie_util",
        "rawValue": "../../core/cookie_util",
        "raw": "\"../../core/cookie_util\""
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "eslint-disable ",
          "start": 99,
          "end": 118,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 19
            }
          },
          "range": [
            99,
            118
          ]
        }
      ]
    },
    {
      "type": "Identifier",
      "start": 119,
      "end": 2377,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 29,
          "column": 1
        }
      },
      "id": {
        "type": "Identifier",
        "start": 125,
        "end": 133,
        "loc": {
          "start": {
            "line": 5,
            "column": 6
          },
          "end": {
            "line": 5,
            "column": 14
          }
        },
        "name": "Usabilla",
        "leadingComments": null
      },
      "superClass": null,
      "body": {
        "type": "ClassBody",
        "start": 134,
        "end": 2377,
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 29,
            "column": 1
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "start": 138,
            "end": 468,
            "loc": {
              "start": {
                "line": 6,
                "column": 2
              },
              "end": {
                "line": 16,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 138,
              "end": 157,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 6,
                  "column": 21
                }
              },
              "name": "serveMobileOrDestop"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 157,
              "end": 468,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 21
                },
                "end": {
                  "line": 16,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 160,
                "end": 468,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 24
                  },
                  "end": {
                    "line": 16,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 166,
                    "end": 194,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 7,
                        "column": 32
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 170,
                        "end": 193,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 31
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 170,
                          "end": 188,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 26
                            }
                          },
                          "name": "usabillaLiveScript"
                        },
                        "init": {
                          "type": "Literal",
                          "start": 191,
                          "end": 193,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 29
                            },
                            "end": {
                              "line": 7,
                              "column": 31
                            }
                          },
                          "value": "",
                          "rawValue": "",
                          "raw": "\"\""
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 199,
                    "end": 218,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 8,
                        "column": 23
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 199,
                      "end": 217,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 22
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 199,
                        "end": 215,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 199,
                          "end": 203,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 204,
                          "end": 215,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 9
                            },
                            "end": {
                              "line": 8,
                              "column": 20
                            }
                          },
                          "name": "setupScript"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 224,
                    "end": 354,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 14,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "CallExpression",
                      "start": 227,
                      "end": 248,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 7
                        },
                        "end": {
                          "line": 10,
                          "column": 28
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 227,
                        "end": 246,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 7
                          },
                          "end": {
                            "line": 10,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 227,
                          "end": 237,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 7
                            },
                            "end": {
                              "line": 10,
                              "column": 17
                            }
                          },
                          "name": "MobileUtil"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 238,
                          "end": 246,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 18
                            },
                            "end": {
                              "line": 10,
                              "column": 26
                            }
                          },
                          "name": "isMobile"
                        },
                        "computed": false
                      },
                      "arguments": []
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 249,
                      "end": 299,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 29
                        },
                        "end": {
                          "line": 12,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 257,
                          "end": 293,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 6
                            },
                            "end": {
                              "line": 11,
                              "column": 42
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 257,
                            "end": 292,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 6
                              },
                              "end": {
                                "line": 11,
                                "column": 41
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 257,
                              "end": 275,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 6
                                },
                                "end": {
                                  "line": 11,
                                  "column": 24
                                }
                              },
                              "name": "usabillaLiveScript"
                            },
                            "right": {
                              "type": "Literal",
                              "start": 278,
                              "end": 292,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 27
                                },
                                "end": {
                                  "line": 11,
                                  "column": 41
                                }
                              },
                              "value": "cd92fa18ad96",
                              "rawValue": "cd92fa18ad96",
                              "raw": "\"cd92fa18ad96\""
                            }
                          }
                        }
                      ]
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 304,
                      "end": 354,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 10
                        },
                        "end": {
                          "line": 14,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 312,
                          "end": 348,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 6
                            },
                            "end": {
                              "line": 13,
                              "column": 42
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 312,
                            "end": 347,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 6
                              },
                              "end": {
                                "line": 13,
                                "column": 41
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 312,
                              "end": 330,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 6
                                },
                                "end": {
                                  "line": 13,
                                  "column": 24
                                }
                              },
                              "name": "usabillaLiveScript"
                            },
                            "right": {
                              "type": "Literal",
                              "start": 333,
                              "end": 347,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 27
                                },
                                "end": {
                                  "line": 13,
                                  "column": 41
                                }
                              },
                              "value": "fcbe92690840",
                              "rawValue": "fcbe92690840",
                              "raw": "\"fcbe92690840\""
                            }
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 359,
                    "end": 464,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 15,
                        "column": 109
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 359,
                      "end": 463,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 108
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 359,
                        "end": 379,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 4
                          },
                          "end": {
                            "line": 15,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 359,
                          "end": 365,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 15,
                              "column": 10
                            }
                          },
                          "name": "window"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 366,
                          "end": 379,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 11
                            },
                            "end": {
                              "line": 15,
                              "column": 24
                            }
                          },
                          "name": "usabilla_live"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 382,
                        "end": 463,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 27
                          },
                          "end": {
                            "line": 15,
                            "column": 108
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 382,
                          "end": 401,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 27
                            },
                            "end": {
                              "line": 15,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 382,
                            "end": 393,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 27
                              },
                              "end": {
                                "line": 15,
                                "column": 38
                              }
                            },
                            "name": "lightningjs"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 394,
                            "end": 401,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 39
                              },
                              "end": {
                                "line": 15,
                                "column": 46
                              }
                            },
                            "name": "require"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 402,
                            "end": 417,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 47
                              },
                              "end": {
                                "line": 15,
                                "column": 62
                              }
                            },
                            "value": "usabilla_live",
                            "rawValue": "usabilla_live",
                            "raw": "\"usabilla_live\""
                          },
                          {
                            "type": "TemplateLiteral",
                            "start": 419,
                            "end": 462,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 64
                              },
                              "end": {
                                "line": 15,
                                "column": 107
                              }
                            },
                            "expressions": [
                              {
                                "type": "Identifier",
                                "start": 439,
                                "end": 457,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 84
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 102
                                  }
                                },
                                "name": "usabillaLiveScript"
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 420,
                                "end": 437,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 82
                                  }
                                },
                                "value": {
                                  "raw": "//w.usabilla.com/",
                                  "cooked": "//w.usabilla.com/"
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 458,
                                "end": 461,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 103
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 106
                                  }
                                },
                                "value": {
                                  "raw": ".js",
                                  "cooked": ".js"
                                },
                                "tail": true
                              }
                            ]
                          }
                        ]
                      }
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 471,
            "end": 2196,
            "loc": {
              "start": {
                "line": 17,
                "column": 2
              },
              "end": {
                "line": 20,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 471,
              "end": 482,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 2
                },
                "end": {
                  "line": 17,
                  "column": 13
                }
              },
              "name": "setupScript"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 482,
              "end": 2196,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 13
                },
                "end": {
                  "line": 20,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 485,
                "end": 2196,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 16
                  },
                  "end": {
                    "line": 20,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 496,
                    "end": 2192,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 4
                      },
                      "end": {
                        "line": 19,
                        "column": 1700
                      }
                    },
                    "expression": {
                      "type": "LogicalExpression",
                      "start": 496,
                      "end": 2191,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 1699
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 496,
                        "end": 514,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 19,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 496,
                          "end": 502,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 10
                            }
                          },
                          "name": "window"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 503,
                          "end": 514,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 11
                            },
                            "end": {
                              "line": 19,
                              "column": 22
                            }
                          },
                          "name": "lightningjs"
                        },
                        "computed": false
                      },
                      "operator": "||",
                      "right": {
                        "type": "CallExpression",
                        "start": 516,
                        "end": 2191,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 24
                          },
                          "end": {
                            "line": 19,
                            "column": 1699
                          }
                        },
                        "callee": {
                          "type": "FunctionExpression",
                          "start": 516,
                          "end": 2187,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 24
                            },
                            "end": {
                              "line": 19,
                              "column": 1695
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 525,
                              "end": 526,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 33
                                },
                                "end": {
                                  "line": 19,
                                  "column": 34
                                }
                              },
                              "name": "c"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 527,
                            "end": 2187,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 35
                              },
                              "end": {
                                "line": 19,
                                "column": 1695
                              }
                            },
                            "body": [
                              {
                                "type": "FunctionDeclaration",
                                "start": 528,
                                "end": 2126,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 1634
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 537,
                                  "end": 538,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 46
                                    }
                                  },
                                  "name": "g"
                                },
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 539,
                                    "end": 540,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 48
                                      }
                                    },
                                    "name": "b"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 541,
                                    "end": 542,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 50
                                      }
                                    },
                                    "name": "d"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 543,
                                  "end": 2126,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 1634
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 544,
                                      "end": 582,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 90
                                        }
                                      },
                                      "expression": {
                                        "type": "LogicalExpression",
                                        "start": 544,
                                        "end": 581,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 89
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 544,
                                          "end": 545,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 53
                                            }
                                          },
                                          "name": "d"
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "AssignmentExpression",
                                          "start": 548,
                                          "end": 580,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 88
                                            }
                                          },
                                          "operator": "+=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 548,
                                            "end": 549,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 57
                                              }
                                            },
                                            "name": "d"
                                          },
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 551,
                                            "end": 580,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 88
                                              }
                                            },
                                            "left": {
                                              "type": "ConditionalExpression",
                                              "start": 552,
                                              "end": 572,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 80
                                                }
                                              },
                                              "test": {
                                                "type": "CallExpression",
                                                "start": 552,
                                                "end": 564,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 72
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 552,
                                                  "end": 561,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Literal",
                                                    "start": 552,
                                                    "end": 556,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 64
                                                      }
                                                    },
                                                    "value": {},
                                                    "rawValue": {},
                                                    "raw": "/\\?/",
                                                    "regex": {
                                                      "pattern": "\\?",
                                                      "flags": ""
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 557,
                                                    "end": 561,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 69
                                                      }
                                                    },
                                                    "name": "test"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 562,
                                                    "end": 563,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 71
                                                      }
                                                    },
                                                    "name": "d"
                                                  }
                                                ]
                                              },
                                              "consequent": {
                                                "type": "Literal",
                                                "start": 565,
                                                "end": 568,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 73
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 76
                                                  }
                                                },
                                                "value": "&",
                                                "rawValue": "&",
                                                "raw": "\"&\""
                                              },
                                              "alternate": {
                                                "type": "Literal",
                                                "start": 569,
                                                "end": 572,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 77
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 80
                                                  }
                                                },
                                                "value": "?",
                                                "rawValue": "?",
                                                "raw": "\"?\""
                                              },
                                              "parenthesizedExpression": true
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Literal",
                                              "start": 574,
                                              "end": 580,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 82
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 88
                                                }
                                              },
                                              "value": "lv=1",
                                              "rawValue": "lv=1",
                                              "raw": "\"lv=1\""
                                            }
                                          },
                                          "parenthesizedExpression": true
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 582,
                                      "end": 2102,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1610
                                        }
                                      },
                                      "expression": {
                                        "type": "LogicalExpression",
                                        "start": 582,
                                        "end": 2101,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 90
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1609
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 582,
                                          "end": 586,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 90
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 94
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 582,
                                            "end": 583,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 90
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 91
                                              }
                                            },
                                            "name": "c"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 584,
                                            "end": 585,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 92
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 93
                                              }
                                            },
                                            "name": "b"
                                          },
                                          "computed": true
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 588,
                                          "end": 2101,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 96
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1609
                                            }
                                          },
                                          "callee": {
                                            "type": "FunctionExpression",
                                            "start": 588,
                                            "end": 2099,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1607
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 598,
                                              "end": 2099,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 106
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 1607
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 599,
                                                  "end": 662,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 107
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 170
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 603,
                                                      "end": 611,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 111
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 119
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 603,
                                                        "end": 604,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 111
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 112
                                                          }
                                                        },
                                                        "name": "i"
                                                      },
                                                      "init": {
                                                        "type": "Identifier",
                                                        "start": 605,
                                                        "end": 611,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 113
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 119
                                                          }
                                                        },
                                                        "name": "window"
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 612,
                                                      "end": 622,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 120
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 130
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 612,
                                                        "end": 613,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 120
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 121
                                                          }
                                                        },
                                                        "name": "h"
                                                      },
                                                      "init": {
                                                        "type": "Identifier",
                                                        "start": 614,
                                                        "end": 622,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 122
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 130
                                                          }
                                                        },
                                                        "name": "document"
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 623,
                                                      "end": 626,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 131
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 134
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 623,
                                                        "end": 624,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 131
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 132
                                                          }
                                                        },
                                                        "name": "j"
                                                      },
                                                      "init": {
                                                        "type": "Identifier",
                                                        "start": 625,
                                                        "end": 626,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 133
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 134
                                                          }
                                                        },
                                                        "name": "b"
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 627,
                                                      "end": 648,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 135
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 156
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 627,
                                                        "end": 628,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 135
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 136
                                                          }
                                                        },
                                                        "name": "g"
                                                      },
                                                      "init": {
                                                        "type": "MemberExpression",
                                                        "start": 629,
                                                        "end": 648,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 137
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 156
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 629,
                                                          "end": 639,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 137
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 147
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 629,
                                                            "end": 630,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 137
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 138
                                                              }
                                                            },
                                                            "name": "h"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 631,
                                                            "end": 639,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 139
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 147
                                                              }
                                                            },
                                                            "name": "location"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 640,
                                                          "end": 648,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 148
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 156
                                                            }
                                                          },
                                                          "name": "protocol"
                                                        },
                                                        "computed": false
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 649,
                                                      "end": 657,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 157
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 165
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 649,
                                                        "end": 650,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 157
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 158
                                                          }
                                                        },
                                                        "name": "l"
                                                      },
                                                      "init": {
                                                        "type": "Literal",
                                                        "start": 651,
                                                        "end": 657,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 159
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 165
                                                          }
                                                        },
                                                        "value": "load",
                                                        "rawValue": "load",
                                                        "raw": "\"load\""
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 658,
                                                      "end": 661,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 166
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 169
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 658,
                                                        "end": 659,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 166
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 167
                                                          }
                                                        },
                                                        "name": "k"
                                                      },
                                                      "init": {
                                                        "type": "Literal",
                                                        "start": 660,
                                                        "end": 661,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 168
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 169
                                                          }
                                                        },
                                                        "value": 0,
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      }
                                                    }
                                                  ],
                                                  "kind": "var"
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 662,
                                                  "end": 2098,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 170
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 1606
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 662,
                                                    "end": 2098,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 170
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 1606
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "FunctionExpression",
                                                      "start": 663,
                                                      "end": 2095,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 171
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 1603
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": false,
                                                      "async": false,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 673,
                                                        "end": 2095,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 181
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 1603
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "FunctionDeclaration",
                                                            "start": 674,
                                                            "end": 714,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 182
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 222
                                                              }
                                                            },
                                                            "id": {
                                                              "type": "Identifier",
                                                              "start": 683,
                                                              "end": 684,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 191
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 192
                                                                }
                                                              },
                                                              "name": "b"
                                                            },
                                                            "generator": false,
                                                            "expression": false,
                                                            "async": false,
                                                            "params": [],
                                                            "body": {
                                                              "type": "BlockStatement",
                                                              "start": 686,
                                                              "end": 714,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 194
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 222
                                                                }
                                                              },
                                                              "body": [
                                                                {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 687,
                                                                  "end": 694,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 195
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 202
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "CallExpression",
                                                                    "start": 687,
                                                                    "end": 693,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 195
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 201
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 687,
                                                                      "end": 690,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 195
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 198
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 687,
                                                                        "end": 688,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 195
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 196
                                                                          }
                                                                        },
                                                                        "name": "a"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 689,
                                                                        "end": 690,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 197
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 198
                                                                          }
                                                                        },
                                                                        "name": "P"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 691,
                                                                        "end": 692,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 199
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 200
                                                                          }
                                                                        },
                                                                        "name": "l"
                                                                      }
                                                                    ]
                                                                  }
                                                                },
                                                                {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 694,
                                                                  "end": 700,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 202
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 208
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "AssignmentExpression",
                                                                    "start": 694,
                                                                    "end": 699,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 202
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 207
                                                                      }
                                                                    },
                                                                    "operator": "=",
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 694,
                                                                      "end": 697,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 202
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 205
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 694,
                                                                        "end": 695,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 202
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 203
                                                                          }
                                                                        },
                                                                        "name": "a"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 696,
                                                                        "end": 697,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 204
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 205
                                                                          }
                                                                        },
                                                                        "name": "w"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "right": {
                                                                      "type": "Literal",
                                                                      "start": 698,
                                                                      "end": 699,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 206
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 207
                                                                        }
                                                                      },
                                                                      "value": 1,
                                                                      "rawValue": 1,
                                                                      "raw": "1"
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 700,
                                                                  "end": 713,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 208
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 221
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "CallExpression",
                                                                    "start": 700,
                                                                    "end": 713,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 208
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 221
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 700,
                                                                      "end": 704,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 208
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 212
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 700,
                                                                        "end": 701,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 208
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 209
                                                                          }
                                                                        },
                                                                        "name": "c"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 702,
                                                                        "end": 703,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 210
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 211
                                                                          }
                                                                        },
                                                                        "name": "j"
                                                                      },
                                                                      "computed": true
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Literal",
                                                                        "start": 705,
                                                                        "end": 712,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 213
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 220
                                                                          }
                                                                        },
                                                                        "value": "_load",
                                                                        "rawValue": "_load",
                                                                        "raw": "\"_load\""
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 714,
                                                            "end": 1010,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 222
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 518
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "start": 714,
                                                              "end": 1009,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 222
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 517
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 714,
                                                                "end": 718,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 222
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 226
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 714,
                                                                  "end": 715,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 222
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 223
                                                                    }
                                                                  },
                                                                  "name": "c"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 716,
                                                                  "end": 717,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 224
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 225
                                                                    }
                                                                  },
                                                                  "name": "j"
                                                                },
                                                                "computed": true
                                                              },
                                                              "right": {
                                                                "type": "FunctionExpression",
                                                                "start": 719,
                                                                "end": 1009,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 227
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 517
                                                                  }
                                                                },
                                                                "id": null,
                                                                "generator": false,
                                                                "expression": false,
                                                                "async": false,
                                                                "params": [],
                                                                "body": {
                                                                  "type": "BlockStatement",
                                                                  "start": 729,
                                                                  "end": 1009,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 237
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 517
                                                                    }
                                                                  },
                                                                  "body": [
                                                                    {
                                                                      "type": "FunctionDeclaration",
                                                                      "start": 730,
                                                                      "end": 781,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 238
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 289
                                                                        }
                                                                      },
                                                                      "id": {
                                                                        "type": "Identifier",
                                                                        "start": 739,
                                                                        "end": 740,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 247
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 248
                                                                          }
                                                                        },
                                                                        "name": "m"
                                                                      },
                                                                      "generator": false,
                                                                      "expression": false,
                                                                      "async": false,
                                                                      "params": [],
                                                                      "body": {
                                                                        "type": "BlockStatement",
                                                                        "start": 742,
                                                                        "end": 781,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 250
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 289
                                                                          }
                                                                        },
                                                                        "body": [
                                                                          {
                                                                            "type": "ExpressionStatement",
                                                                            "start": 743,
                                                                            "end": 750,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 251
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 258
                                                                              }
                                                                            },
                                                                            "expression": {
                                                                              "type": "AssignmentExpression",
                                                                              "start": 743,
                                                                              "end": 749,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 251
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 257
                                                                                }
                                                                              },
                                                                              "operator": "=",
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 743,
                                                                                "end": 747,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 251
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 255
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 743,
                                                                                  "end": 744,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 251
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 252
                                                                                    }
                                                                                  },
                                                                                  "name": "m"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 745,
                                                                                  "end": 747,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 253
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 255
                                                                                    }
                                                                                  },
                                                                                  "name": "id"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 748,
                                                                                "end": 749,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 256
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 257
                                                                                  }
                                                                                },
                                                                                "name": "e"
                                                                              }
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "ReturnStatement",
                                                                            "start": 750,
                                                                            "end": 780,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 258
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 288
                                                                              }
                                                                            },
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 757,
                                                                              "end": 780,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 265
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 288
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 757,
                                                                                "end": 767,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 265
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 275
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 757,
                                                                                  "end": 761,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 265
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 269
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 757,
                                                                                    "end": 758,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 265
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 266
                                                                                      }
                                                                                    },
                                                                                    "name": "c"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 759,
                                                                                    "end": 760,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 267
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 268
                                                                                      }
                                                                                    },
                                                                                    "name": "j"
                                                                                  },
                                                                                  "computed": true
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 762,
                                                                                  "end": 767,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 270
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 275
                                                                                    }
                                                                                  },
                                                                                  "name": "apply"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 768,
                                                                                  "end": 769,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 276
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 277
                                                                                    }
                                                                                  },
                                                                                  "name": "m"
                                                                                },
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 770,
                                                                                  "end": 779,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 278
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 287
                                                                                    }
                                                                                  },
                                                                                  "name": "arguments"
                                                                                }
                                                                              ]
                                                                            }
                                                                          }
                                                                        ]
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "VariableDeclaration",
                                                                      "start": 781,
                                                                      "end": 793,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 289
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 301
                                                                        }
                                                                      },
                                                                      "declarations": [
                                                                        {
                                                                          "type": "VariableDeclarator",
                                                                          "start": 785,
                                                                          "end": 786,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 293
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 294
                                                                            }
                                                                          },
                                                                          "id": {
                                                                            "type": "Identifier",
                                                                            "start": 785,
                                                                            "end": 786,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 293
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 294
                                                                              }
                                                                            },
                                                                            "name": "b"
                                                                          },
                                                                          "init": null
                                                                        },
                                                                        {
                                                                          "type": "VariableDeclarator",
                                                                          "start": 787,
                                                                          "end": 792,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 295
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 300
                                                                            }
                                                                          },
                                                                          "id": {
                                                                            "type": "Identifier",
                                                                            "start": 787,
                                                                            "end": 788,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 295
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 296
                                                                              }
                                                                            },
                                                                            "name": "e"
                                                                          },
                                                                          "init": {
                                                                            "type": "UpdateExpression",
                                                                            "start": 789,
                                                                            "end": 792,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 297
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 300
                                                                              }
                                                                            },
                                                                            "operator": "++",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "Identifier",
                                                                              "start": 791,
                                                                              "end": 792,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 299
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 300
                                                                                }
                                                                              },
                                                                              "name": "k"
                                                                            }
                                                                          }
                                                                        }
                                                                      ],
                                                                      "kind": "var"
                                                                    },
                                                                    {
                                                                      "type": "ExpressionStatement",
                                                                      "start": 793,
                                                                      "end": 822,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 301
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 330
                                                                        }
                                                                      },
                                                                      "expression": {
                                                                        "type": "AssignmentExpression",
                                                                        "start": 793,
                                                                        "end": 821,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 301
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 329
                                                                          }
                                                                        },
                                                                        "operator": "=",
                                                                        "left": {
                                                                          "type": "Identifier",
                                                                          "start": 793,
                                                                          "end": 794,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 301
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 302
                                                                            }
                                                                          },
                                                                          "name": "b"
                                                                        },
                                                                        "right": {
                                                                          "type": "ConditionalExpression",
                                                                          "start": 795,
                                                                          "end": 821,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 303
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 329
                                                                            }
                                                                          },
                                                                          "test": {
                                                                            "type": "LogicalExpression",
                                                                            "start": 795,
                                                                            "end": 808,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 303
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 316
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "ThisExpression",
                                                                              "start": 795,
                                                                              "end": 799,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 303
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 307
                                                                                }
                                                                              }
                                                                            },
                                                                            "operator": "&&",
                                                                            "right": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 801,
                                                                              "end": 808,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 309
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 316
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "ThisExpression",
                                                                                "start": 801,
                                                                                "end": 805,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 309
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 313
                                                                                  }
                                                                                }
                                                                              },
                                                                              "operator": "!=",
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 807,
                                                                                "end": 808,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 315
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 316
                                                                                  }
                                                                                },
                                                                                "name": "i"
                                                                              }
                                                                            }
                                                                          },
                                                                          "consequent": {
                                                                            "type": "LogicalExpression",
                                                                            "start": 809,
                                                                            "end": 819,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 317
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 327
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 809,
                                                                              "end": 816,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 317
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 324
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "ThisExpression",
                                                                                "start": 809,
                                                                                "end": 813,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 317
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 321
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 814,
                                                                                "end": 816,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 322
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 324
                                                                                  }
                                                                                },
                                                                                "name": "id"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "||",
                                                                            "right": {
                                                                              "type": "Literal",
                                                                              "start": 818,
                                                                              "end": 819,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 326
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 327
                                                                                }
                                                                              },
                                                                              "value": 0,
                                                                              "rawValue": 0,
                                                                              "raw": "0"
                                                                            }
                                                                          },
                                                                          "alternate": {
                                                                            "type": "Literal",
                                                                            "start": 820,
                                                                            "end": 821,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 328
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 329
                                                                              }
                                                                            },
                                                                            "value": 0,
                                                                            "rawValue": 0,
                                                                            "raw": "0"
                                                                          }
                                                                        }
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "ExpressionStatement",
                                                                      "start": 822,
                                                                      "end": 858,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 330
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 366
                                                                        }
                                                                      },
                                                                      "expression": {
                                                                        "type": "CallExpression",
                                                                        "start": 822,
                                                                        "end": 857,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 330
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 365
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 822,
                                                                          "end": 840,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 330
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 348
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "AssignmentExpression",
                                                                            "start": 823,
                                                                            "end": 834,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 331
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 342
                                                                              }
                                                                            },
                                                                            "operator": "=",
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 823,
                                                                              "end": 826,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 331
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 334
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 823,
                                                                                "end": 824,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 331
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 332
                                                                                  }
                                                                                },
                                                                                "name": "a"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 825,
                                                                                "end": 826,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 333
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 334
                                                                                  }
                                                                                },
                                                                                "name": "s"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "right": {
                                                                              "type": "LogicalExpression",
                                                                              "start": 827,
                                                                              "end": 834,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 335
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 342
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 827,
                                                                                "end": 830,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 335
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 338
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 827,
                                                                                  "end": 828,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 335
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 336
                                                                                    }
                                                                                  },
                                                                                  "name": "a"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 829,
                                                                                  "end": 830,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 337
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 338
                                                                                    }
                                                                                  },
                                                                                  "name": "s"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "operator": "||",
                                                                              "right": {
                                                                                "type": "ArrayExpression",
                                                                                "start": 832,
                                                                                "end": 834,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 340
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 342
                                                                                  }
                                                                                },
                                                                                "elements": []
                                                                              }
                                                                            },
                                                                            "parenthesizedExpression": true
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 836,
                                                                            "end": 840,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 344
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 348
                                                                              }
                                                                            },
                                                                            "name": "push"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "ArrayExpression",
                                                                            "start": 841,
                                                                            "end": 856,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 349
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 364
                                                                              }
                                                                            },
                                                                            "elements": [
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 842,
                                                                                "end": 843,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 350
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 351
                                                                                  }
                                                                                },
                                                                                "name": "e"
                                                                              },
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 844,
                                                                                "end": 845,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 352
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 353
                                                                                  }
                                                                                },
                                                                                "name": "b"
                                                                              },
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 846,
                                                                                "end": 855,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 354
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 363
                                                                                  }
                                                                                },
                                                                                "name": "arguments"
                                                                              }
                                                                            ]
                                                                          }
                                                                        ]
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "ExpressionStatement",
                                                                      "start": 858,
                                                                      "end": 1000,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 366
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 508
                                                                        }
                                                                      },
                                                                      "expression": {
                                                                        "type": "AssignmentExpression",
                                                                        "start": 858,
                                                                        "end": 999,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 366
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 507
                                                                          }
                                                                        },
                                                                        "operator": "=",
                                                                        "left": {
                                                                          "type": "MemberExpression",
                                                                          "start": 858,
                                                                          "end": 864,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 366
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 372
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 858,
                                                                            "end": 859,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 366
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 367
                                                                              }
                                                                            },
                                                                            "name": "m"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 860,
                                                                            "end": 864,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 368
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 372
                                                                              }
                                                                            },
                                                                            "name": "then"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "right": {
                                                                          "type": "FunctionExpression",
                                                                          "start": 865,
                                                                          "end": 999,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 373
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 507
                                                                            }
                                                                          },
                                                                          "id": null,
                                                                          "generator": false,
                                                                          "expression": false,
                                                                          "async": false,
                                                                          "params": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 874,
                                                                              "end": 875,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 382
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 383
                                                                                }
                                                                              },
                                                                              "name": "b"
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 876,
                                                                              "end": 877,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 384
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 385
                                                                                }
                                                                              },
                                                                              "name": "c"
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 878,
                                                                              "end": 879,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 386
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 387
                                                                                }
                                                                              },
                                                                              "name": "h"
                                                                            }
                                                                          ],
                                                                          "body": {
                                                                            "type": "BlockStatement",
                                                                            "start": 880,
                                                                            "end": 999,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 388
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 507
                                                                              }
                                                                            },
                                                                            "body": [
                                                                              {
                                                                                "type": "VariableDeclaration",
                                                                                "start": 881,
                                                                                "end": 951,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 389
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 459
                                                                                  }
                                                                                },
                                                                                "declarations": [
                                                                                  {
                                                                                    "type": "VariableDeclarator",
                                                                                    "start": 885,
                                                                                    "end": 906,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 393
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 414
                                                                                      }
                                                                                    },
                                                                                    "id": {
                                                                                      "type": "Identifier",
                                                                                      "start": 885,
                                                                                      "end": 886,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 393
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 394
                                                                                        }
                                                                                      },
                                                                                      "name": "d"
                                                                                    },
                                                                                    "init": {
                                                                                      "type": "AssignmentExpression",
                                                                                      "start": 887,
                                                                                      "end": 906,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 395
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 414
                                                                                        }
                                                                                      },
                                                                                      "operator": "=",
                                                                                      "left": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 887,
                                                                                        "end": 894,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 395
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 402
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 887,
                                                                                          "end": 891,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 395
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 399
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "start": 887,
                                                                                            "end": 888,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 395
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 396
                                                                                              }
                                                                                            },
                                                                                            "name": "a"
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 889,
                                                                                            "end": 891,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 397
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 399
                                                                                              }
                                                                                            },
                                                                                            "name": "fh"
                                                                                          },
                                                                                          "computed": false
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 892,
                                                                                          "end": 893,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 400
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 401
                                                                                            }
                                                                                          },
                                                                                          "name": "e"
                                                                                        },
                                                                                        "computed": true
                                                                                      },
                                                                                      "right": {
                                                                                        "type": "LogicalExpression",
                                                                                        "start": 895,
                                                                                        "end": 906,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 403
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 414
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 895,
                                                                                          "end": 902,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 403
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 410
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 895,
                                                                                            "end": 899,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 403
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 407
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "Identifier",
                                                                                              "start": 895,
                                                                                              "end": 896,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 403
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 404
                                                                                                }
                                                                                              },
                                                                                              "name": "a"
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 897,
                                                                                              "end": 899,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 405
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 407
                                                                                                }
                                                                                              },
                                                                                              "name": "fh"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 900,
                                                                                            "end": 901,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 408
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 409
                                                                                              }
                                                                                            },
                                                                                            "name": "e"
                                                                                          },
                                                                                          "computed": true
                                                                                        },
                                                                                        "operator": "||",
                                                                                        "right": {
                                                                                          "type": "ArrayExpression",
                                                                                          "start": 904,
                                                                                          "end": 906,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 412
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 414
                                                                                            }
                                                                                          },
                                                                                          "elements": []
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "type": "VariableDeclarator",
                                                                                    "start": 907,
                                                                                    "end": 928,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 415
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 436
                                                                                      }
                                                                                    },
                                                                                    "id": {
                                                                                      "type": "Identifier",
                                                                                      "start": 907,
                                                                                      "end": 908,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 415
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 416
                                                                                        }
                                                                                      },
                                                                                      "name": "j"
                                                                                    },
                                                                                    "init": {
                                                                                      "type": "AssignmentExpression",
                                                                                      "start": 909,
                                                                                      "end": 928,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 417
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 436
                                                                                        }
                                                                                      },
                                                                                      "operator": "=",
                                                                                      "left": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 909,
                                                                                        "end": 916,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 417
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 424
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 909,
                                                                                          "end": 913,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 417
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 421
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "start": 909,
                                                                                            "end": 910,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 417
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 418
                                                                                              }
                                                                                            },
                                                                                            "name": "a"
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 911,
                                                                                            "end": 913,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 419
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 421
                                                                                              }
                                                                                            },
                                                                                            "name": "eh"
                                                                                          },
                                                                                          "computed": false
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 914,
                                                                                          "end": 915,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 422
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 423
                                                                                            }
                                                                                          },
                                                                                          "name": "e"
                                                                                        },
                                                                                        "computed": true
                                                                                      },
                                                                                      "right": {
                                                                                        "type": "LogicalExpression",
                                                                                        "start": 917,
                                                                                        "end": 928,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 425
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 436
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 917,
                                                                                          "end": 924,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 425
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 432
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 917,
                                                                                            "end": 921,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 425
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 429
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "Identifier",
                                                                                              "start": 917,
                                                                                              "end": 918,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 425
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 426
                                                                                                }
                                                                                              },
                                                                                              "name": "a"
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 919,
                                                                                              "end": 921,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 427
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 429
                                                                                                }
                                                                                              },
                                                                                              "name": "eh"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 922,
                                                                                            "end": 923,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 430
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 431
                                                                                              }
                                                                                            },
                                                                                            "name": "e"
                                                                                          },
                                                                                          "computed": true
                                                                                        },
                                                                                        "operator": "||",
                                                                                        "right": {
                                                                                          "type": "ArrayExpression",
                                                                                          "start": 926,
                                                                                          "end": 928,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 434
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 436
                                                                                            }
                                                                                          },
                                                                                          "elements": []
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "type": "VariableDeclarator",
                                                                                    "start": 929,
                                                                                    "end": 950,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 437
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 458
                                                                                      }
                                                                                    },
                                                                                    "id": {
                                                                                      "type": "Identifier",
                                                                                      "start": 929,
                                                                                      "end": 930,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 437
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 438
                                                                                        }
                                                                                      },
                                                                                      "name": "f"
                                                                                    },
                                                                                    "init": {
                                                                                      "type": "AssignmentExpression",
                                                                                      "start": 931,
                                                                                      "end": 950,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 439
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 458
                                                                                        }
                                                                                      },
                                                                                      "operator": "=",
                                                                                      "left": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 931,
                                                                                        "end": 938,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 439
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 446
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 931,
                                                                                          "end": 935,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 439
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 443
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "start": 931,
                                                                                            "end": 932,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 439
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 440
                                                                                              }
                                                                                            },
                                                                                            "name": "a"
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 933,
                                                                                            "end": 935,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 441
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 443
                                                                                              }
                                                                                            },
                                                                                            "name": "ph"
                                                                                          },
                                                                                          "computed": false
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 936,
                                                                                          "end": 937,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 444
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 445
                                                                                            }
                                                                                          },
                                                                                          "name": "e"
                                                                                        },
                                                                                        "computed": true
                                                                                      },
                                                                                      "right": {
                                                                                        "type": "LogicalExpression",
                                                                                        "start": 939,
                                                                                        "end": 950,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 447
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 458
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 939,
                                                                                          "end": 946,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 447
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 454
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 939,
                                                                                            "end": 943,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 447
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 451
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "Identifier",
                                                                                              "start": 939,
                                                                                              "end": 940,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 447
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 448
                                                                                                }
                                                                                              },
                                                                                              "name": "a"
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 941,
                                                                                              "end": 943,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 449
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 451
                                                                                                }
                                                                                              },
                                                                                              "name": "ph"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 944,
                                                                                            "end": 945,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 452
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 453
                                                                                              }
                                                                                            },
                                                                                            "name": "e"
                                                                                          },
                                                                                          "computed": true
                                                                                        },
                                                                                        "operator": "||",
                                                                                        "right": {
                                                                                          "type": "ArrayExpression",
                                                                                          "start": 948,
                                                                                          "end": 950,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 456
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 458
                                                                                            }
                                                                                          },
                                                                                          "elements": []
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "kind": "var"
                                                                              },
                                                                              {
                                                                                "type": "ExpressionStatement",
                                                                                "start": 951,
                                                                                "end": 964,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 459
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 472
                                                                                  }
                                                                                },
                                                                                "expression": {
                                                                                  "type": "LogicalExpression",
                                                                                  "start": 951,
                                                                                  "end": 963,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 459
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 471
                                                                                    }
                                                                                  },
                                                                                  "left": {
                                                                                    "type": "Identifier",
                                                                                    "start": 951,
                                                                                    "end": 952,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 459
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 460
                                                                                      }
                                                                                    },
                                                                                    "name": "b"
                                                                                  },
                                                                                  "operator": "&&",
                                                                                  "right": {
                                                                                    "type": "CallExpression",
                                                                                    "start": 954,
                                                                                    "end": 963,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 462
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 471
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 954,
                                                                                      "end": 960,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 462
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 468
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 954,
                                                                                        "end": 955,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 462
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 463
                                                                                          }
                                                                                        },
                                                                                        "name": "d"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 956,
                                                                                        "end": 960,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 464
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 468
                                                                                          }
                                                                                        },
                                                                                        "name": "push"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "Identifier",
                                                                                        "start": 961,
                                                                                        "end": 962,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 469
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 470
                                                                                          }
                                                                                        },
                                                                                        "name": "b"
                                                                                      }
                                                                                    ]
                                                                                  }
                                                                                }
                                                                              },
                                                                              {
                                                                                "type": "ExpressionStatement",
                                                                                "start": 964,
                                                                                "end": 977,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 472
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 485
                                                                                  }
                                                                                },
                                                                                "expression": {
                                                                                  "type": "LogicalExpression",
                                                                                  "start": 964,
                                                                                  "end": 976,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 472
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 484
                                                                                    }
                                                                                  },
                                                                                  "left": {
                                                                                    "type": "Identifier",
                                                                                    "start": 964,
                                                                                    "end": 965,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 472
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 473
                                                                                      }
                                                                                    },
                                                                                    "name": "c"
                                                                                  },
                                                                                  "operator": "&&",
                                                                                  "right": {
                                                                                    "type": "CallExpression",
                                                                                    "start": 967,
                                                                                    "end": 976,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 475
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 484
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 967,
                                                                                      "end": 973,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 475
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 481
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 967,
                                                                                        "end": 968,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 475
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 476
                                                                                          }
                                                                                        },
                                                                                        "name": "j"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 969,
                                                                                        "end": 973,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 477
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 481
                                                                                          }
                                                                                        },
                                                                                        "name": "push"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "Identifier",
                                                                                        "start": 974,
                                                                                        "end": 975,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 482
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 483
                                                                                          }
                                                                                        },
                                                                                        "name": "c"
                                                                                      }
                                                                                    ]
                                                                                  }
                                                                                }
                                                                              },
                                                                              {
                                                                                "type": "ExpressionStatement",
                                                                                "start": 977,
                                                                                "end": 990,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 485
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 498
                                                                                  }
                                                                                },
                                                                                "expression": {
                                                                                  "type": "LogicalExpression",
                                                                                  "start": 977,
                                                                                  "end": 989,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 485
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 497
                                                                                    }
                                                                                  },
                                                                                  "left": {
                                                                                    "type": "Identifier",
                                                                                    "start": 977,
                                                                                    "end": 978,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 485
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 486
                                                                                      }
                                                                                    },
                                                                                    "name": "h"
                                                                                  },
                                                                                  "operator": "&&",
                                                                                  "right": {
                                                                                    "type": "CallExpression",
                                                                                    "start": 980,
                                                                                    "end": 989,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 488
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 497
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 980,
                                                                                      "end": 986,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 488
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 494
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 980,
                                                                                        "end": 981,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 488
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 489
                                                                                          }
                                                                                        },
                                                                                        "name": "f"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 982,
                                                                                        "end": 986,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 490
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 494
                                                                                          }
                                                                                        },
                                                                                        "name": "push"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "Identifier",
                                                                                        "start": 987,
                                                                                        "end": 988,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 495
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 496
                                                                                          }
                                                                                        },
                                                                                        "name": "h"
                                                                                      }
                                                                                    ]
                                                                                  }
                                                                                }
                                                                              },
                                                                              {
                                                                                "type": "ReturnStatement",
                                                                                "start": 990,
                                                                                "end": 998,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 498
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 506
                                                                                  }
                                                                                },
                                                                                "argument": {
                                                                                  "type": "Identifier",
                                                                                  "start": 997,
                                                                                  "end": 998,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 505
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 506
                                                                                    }
                                                                                  },
                                                                                  "name": "m"
                                                                                }
                                                                              }
                                                                            ]
                                                                          }
                                                                        }
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "ReturnStatement",
                                                                      "start": 1000,
                                                                      "end": 1008,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 508
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 516
                                                                        }
                                                                      },
                                                                      "argument": {
                                                                        "type": "Identifier",
                                                                        "start": 1007,
                                                                        "end": 1008,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 515
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 516
                                                                          }
                                                                        },
                                                                        "name": "m"
                                                                      }
                                                                    }
                                                                  ]
                                                                }
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "VariableDeclaration",
                                                            "start": 1010,
                                                            "end": 1026,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 518
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 534
                                                              }
                                                            },
                                                            "declarations": [
                                                              {
                                                                "type": "VariableDeclarator",
                                                                "start": 1014,
                                                                "end": 1025,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 522
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 533
                                                                  }
                                                                },
                                                                "id": {
                                                                  "type": "Identifier",
                                                                  "start": 1014,
                                                                  "end": 1015,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 522
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 523
                                                                    }
                                                                  },
                                                                  "name": "a"
                                                                },
                                                                "init": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 1016,
                                                                  "end": 1025,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 524
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 533
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1016,
                                                                    "end": 1022,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 524
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 530
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 1016,
                                                                      "end": 1020,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 524
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 528
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 1016,
                                                                        "end": 1017,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 524
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 525
                                                                          }
                                                                        },
                                                                        "name": "c"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 1018,
                                                                        "end": 1019,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 526
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 527
                                                                          }
                                                                        },
                                                                        "name": "j"
                                                                      },
                                                                      "computed": true
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1021,
                                                                      "end": 1022,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 529
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 530
                                                                        }
                                                                      },
                                                                      "name": "_"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "ObjectExpression",
                                                                    "start": 1023,
                                                                    "end": 1025,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 531
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 533
                                                                      }
                                                                    },
                                                                    "properties": []
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "kind": "var"
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 1026,
                                                            "end": 1034,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 534
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 542
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "start": 1026,
                                                              "end": 1033,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 534
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 541
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 1026,
                                                                "end": 1030,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 534
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 538
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1026,
                                                                  "end": 1027,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 534
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 535
                                                                    }
                                                                  },
                                                                  "name": "a"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1028,
                                                                  "end": 1030,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 536
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 538
                                                                    }
                                                                  },
                                                                  "name": "fh"
                                                                },
                                                                "computed": false
                                                              },
                                                              "right": {
                                                                "type": "ObjectExpression",
                                                                "start": 1031,
                                                                "end": 1033,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 539
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 541
                                                                  }
                                                                },
                                                                "properties": []
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 1034,
                                                            "end": 1042,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 542
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 550
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "start": 1034,
                                                              "end": 1041,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 542
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 549
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 1034,
                                                                "end": 1038,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 542
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 546
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1034,
                                                                  "end": 1035,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 542
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 543
                                                                    }
                                                                  },
                                                                  "name": "a"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1036,
                                                                  "end": 1038,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 544
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 546
                                                                    }
                                                                  },
                                                                  "name": "eh"
                                                                },
                                                                "computed": false
                                                              },
                                                              "right": {
                                                                "type": "ObjectExpression",
                                                                "start": 1039,
                                                                "end": 1041,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 547
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 549
                                                                  }
                                                                },
                                                                "properties": []
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 1042,
                                                            "end": 1050,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 550
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 558
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "start": 1042,
                                                              "end": 1049,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 550
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 557
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 1042,
                                                                "end": 1046,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 550
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 554
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1042,
                                                                  "end": 1043,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 550
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 551
                                                                    }
                                                                  },
                                                                  "name": "a"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1044,
                                                                  "end": 1046,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 552
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 554
                                                                    }
                                                                  },
                                                                  "name": "ph"
                                                                },
                                                                "computed": false
                                                              },
                                                              "right": {
                                                                "type": "ObjectExpression",
                                                                "start": 1047,
                                                                "end": 1049,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 555
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 557
                                                                  }
                                                                },
                                                                "properties": []
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 1050,
                                                            "end": 1106,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 558
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 614
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "start": 1050,
                                                              "end": 1105,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 558
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 613
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 1050,
                                                                "end": 1053,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 558
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 561
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1050,
                                                                  "end": 1051,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 558
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 559
                                                                    }
                                                                  },
                                                                  "name": "a"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1052,
                                                                  "end": 1053,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 560
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 561
                                                                    }
                                                                  },
                                                                  "name": "l"
                                                                },
                                                                "computed": false
                                                              },
                                                              "right": {
                                                                "type": "ConditionalExpression",
                                                                "start": 1054,
                                                                "end": 1105,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 562
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 613
                                                                  }
                                                                },
                                                                "test": {
                                                                  "type": "Identifier",
                                                                  "start": 1054,
                                                                  "end": 1055,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 562
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 563
                                                                    }
                                                                  },
                                                                  "name": "d"
                                                                },
                                                                "consequent": {
                                                                  "type": "CallExpression",
                                                                  "start": 1056,
                                                                  "end": 1103,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 564
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 611
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1056,
                                                                    "end": 1065,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 564
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 573
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 1056,
                                                                      "end": 1057,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 564
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 565
                                                                        }
                                                                      },
                                                                      "name": "d"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1058,
                                                                      "end": 1065,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 566
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 573
                                                                        }
                                                                      },
                                                                      "name": "replace"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "Literal",
                                                                      "start": 1066,
                                                                      "end": 1073,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 574
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 581
                                                                        }
                                                                      },
                                                                      "value": {},
                                                                      "rawValue": {},
                                                                      "raw": "/^\\/\\//",
                                                                      "regex": {
                                                                        "pattern": "^\\/\\/",
                                                                        "flags": ""
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "BinaryExpression",
                                                                      "start": 1074,
                                                                      "end": 1102,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 582
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 610
                                                                        }
                                                                      },
                                                                      "left": {
                                                                        "type": "ConditionalExpression",
                                                                        "start": 1075,
                                                                        "end": 1096,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 583
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 604
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 1075,
                                                                          "end": 1086,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 583
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 594
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "Identifier",
                                                                            "start": 1075,
                                                                            "end": 1076,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 583
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 584
                                                                              }
                                                                            },
                                                                            "name": "g"
                                                                          },
                                                                          "operator": "==",
                                                                          "right": {
                                                                            "type": "Literal",
                                                                            "start": 1078,
                                                                            "end": 1086,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 586
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 594
                                                                              }
                                                                            },
                                                                            "value": "https:",
                                                                            "rawValue": "https:",
                                                                            "raw": "\"https:\""
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "Identifier",
                                                                          "start": 1087,
                                                                          "end": 1088,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 595
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 596
                                                                            }
                                                                          },
                                                                          "name": "g"
                                                                        },
                                                                        "alternate": {
                                                                          "type": "Literal",
                                                                          "start": 1089,
                                                                          "end": 1096,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 597
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 604
                                                                            }
                                                                          },
                                                                          "value": "http:",
                                                                          "rawValue": "http:",
                                                                          "raw": "\"http:\""
                                                                        },
                                                                        "parenthesizedExpression": true
                                                                      },
                                                                      "operator": "+",
                                                                      "right": {
                                                                        "type": "Literal",
                                                                        "start": 1098,
                                                                        "end": 1102,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 606
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 610
                                                                          }
                                                                        },
                                                                        "value": "//",
                                                                        "rawValue": "//",
                                                                        "raw": "\"//\""
                                                                      }
                                                                    }
                                                                  ]
                                                                },
                                                                "alternate": {
                                                                  "type": "Identifier",
                                                                  "start": 1104,
                                                                  "end": 1105,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 612
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 613
                                                                    }
                                                                  },
                                                                  "name": "d"
                                                                }
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 1106,
                                                            "end": 1124,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 614
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 632
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "start": 1106,
                                                              "end": 1123,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 614
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 631
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 1106,
                                                                "end": 1109,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 614
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 617
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1106,
                                                                  "end": 1107,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 614
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 615
                                                                    }
                                                                  },
                                                                  "name": "a"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1108,
                                                                  "end": 1109,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 616
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 617
                                                                    }
                                                                  },
                                                                  "name": "p"
                                                                },
                                                                "computed": false
                                                              },
                                                              "right": {
                                                                "type": "ObjectExpression",
                                                                "start": 1110,
                                                                "end": 1123,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 618
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 631
                                                                  }
                                                                },
                                                                "properties": [
                                                                  {
                                                                    "type": "Property",
                                                                    "start": 1111,
                                                                    "end": 1122,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 619
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 630
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Literal",
                                                                      "start": 1111,
                                                                      "end": 1112,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 619
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 620
                                                                        }
                                                                      },
                                                                      "value": 0,
                                                                      "rawValue": 0,
                                                                      "raw": "0"
                                                                    },
                                                                    "value": {
                                                                      "type": "UnaryExpression",
                                                                      "start": 1113,
                                                                      "end": 1122,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 621
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 630
                                                                        }
                                                                      },
                                                                      "operator": "+",
                                                                      "prefix": true,
                                                                      "argument": {
                                                                        "type": "NewExpression",
                                                                        "start": 1114,
                                                                        "end": 1122,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 622
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 630
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "Identifier",
                                                                          "start": 1118,
                                                                          "end": 1122,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 626
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 630
                                                                            }
                                                                          },
                                                                          "name": "Date"
                                                                        },
                                                                        "arguments": []
                                                                      }
                                                                    },
                                                                    "kind": "init"
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 1124,
                                                            "end": 1164,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 632
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 672
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "start": 1124,
                                                              "end": 1163,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 632
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 671
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 1124,
                                                                "end": 1127,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 632
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 635
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1124,
                                                                  "end": 1125,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 632
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 633
                                                                    }
                                                                  },
                                                                  "name": "a"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1126,
                                                                  "end": 1127,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 634
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 635
                                                                    }
                                                                  },
                                                                  "name": "P"
                                                                },
                                                                "computed": false
                                                              },
                                                              "right": {
                                                                "type": "FunctionExpression",
                                                                "start": 1128,
                                                                "end": 1163,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 636
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 671
                                                                  }
                                                                },
                                                                "id": null,
                                                                "generator": false,
                                                                "expression": false,
                                                                "async": false,
                                                                "params": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 1137,
                                                                    "end": 1138,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 645
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 646
                                                                      }
                                                                    },
                                                                    "name": "b"
                                                                  }
                                                                ],
                                                                "body": {
                                                                  "type": "BlockStatement",
                                                                  "start": 1139,
                                                                  "end": 1163,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 647
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 671
                                                                    }
                                                                  },
                                                                  "body": [
                                                                    {
                                                                      "type": "ExpressionStatement",
                                                                      "start": 1140,
                                                                      "end": 1162,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 648
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 670
                                                                        }
                                                                      },
                                                                      "expression": {
                                                                        "type": "AssignmentExpression",
                                                                        "start": 1140,
                                                                        "end": 1162,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 648
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 670
                                                                          }
                                                                        },
                                                                        "operator": "=",
                                                                        "left": {
                                                                          "type": "MemberExpression",
                                                                          "start": 1140,
                                                                          "end": 1146,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 648
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 654
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1140,
                                                                            "end": 1143,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 648
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 651
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 1140,
                                                                              "end": 1141,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 648
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 649
                                                                                }
                                                                              },
                                                                              "name": "a"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1142,
                                                                              "end": 1143,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 650
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 651
                                                                                }
                                                                              },
                                                                              "name": "p"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 1144,
                                                                            "end": 1145,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 652
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 653
                                                                              }
                                                                            },
                                                                            "name": "b"
                                                                          },
                                                                          "computed": true
                                                                        },
                                                                        "right": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 1147,
                                                                          "end": 1162,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 655
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 670
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "NewExpression",
                                                                            "start": 1147,
                                                                            "end": 1155,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 655
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 663
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "Identifier",
                                                                              "start": 1151,
                                                                              "end": 1155,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 659
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 663
                                                                                }
                                                                              },
                                                                              "name": "Date"
                                                                            },
                                                                            "arguments": []
                                                                          },
                                                                          "operator": "-",
                                                                          "right": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1156,
                                                                            "end": 1162,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 664
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 670
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1156,
                                                                              "end": 1159,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 664
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 667
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 1156,
                                                                                "end": 1157,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 664
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 665
                                                                                  }
                                                                                },
                                                                                "name": "a"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1158,
                                                                                "end": 1159,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 666
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 667
                                                                                  }
                                                                                },
                                                                                "name": "p"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Literal",
                                                                              "start": 1160,
                                                                              "end": 1161,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 668
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 669
                                                                                }
                                                                              },
                                                                              "value": 0,
                                                                              "rawValue": 0,
                                                                              "raw": "0"
                                                                            },
                                                                            "computed": true
                                                                          }
                                                                        }
                                                                      }
                                                                    }
                                                                  ]
                                                                }
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 1164,
                                                            "end": 1173,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 672
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 681
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "LogicalExpression",
                                                              "start": 1164,
                                                              "end": 1172,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 672
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 680
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 1164,
                                                                "end": 1167,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 672
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 675
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1164,
                                                                  "end": 1165,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 672
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 673
                                                                    }
                                                                  },
                                                                  "name": "a"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1166,
                                                                  "end": 1167,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 674
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 675
                                                                    }
                                                                  },
                                                                  "name": "w"
                                                                },
                                                                "computed": false
                                                              },
                                                              "operator": "&&",
                                                              "right": {
                                                                "type": "CallExpression",
                                                                "start": 1169,
                                                                "end": 1172,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 677
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 680
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "Identifier",
                                                                  "start": 1169,
                                                                  "end": 1170,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 677
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 678
                                                                    }
                                                                  },
                                                                  "name": "b"
                                                                },
                                                                "arguments": []
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 1173,
                                                            "end": 1243,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 681
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 751
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "ConditionalExpression",
                                                              "start": 1173,
                                                              "end": 1242,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 681
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 750
                                                                }
                                                              },
                                                              "test": {
                                                                "type": "MemberExpression",
                                                                "start": 1173,
                                                                "end": 1191,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 681
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 699
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1173,
                                                                  "end": 1174,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 681
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 682
                                                                    }
                                                                  },
                                                                  "name": "i"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1175,
                                                                  "end": 1191,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 683
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 699
                                                                    }
                                                                  },
                                                                  "name": "addEventListener"
                                                                },
                                                                "computed": false
                                                              },
                                                              "consequent": {
                                                                "type": "CallExpression",
                                                                "start": 1192,
                                                                "end": 1218,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 700
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 726
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1192,
                                                                  "end": 1210,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 700
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 718
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1192,
                                                                    "end": 1193,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 700
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 701
                                                                      }
                                                                    },
                                                                    "name": "i"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1194,
                                                                    "end": 1210,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 702
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 718
                                                                      }
                                                                    },
                                                                    "name": "addEventListener"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 1211,
                                                                    "end": 1212,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 719
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 720
                                                                      }
                                                                    },
                                                                    "name": "l"
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 1213,
                                                                    "end": 1214,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 721
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 722
                                                                      }
                                                                    },
                                                                    "name": "b"
                                                                  },
                                                                  {
                                                                    "type": "UnaryExpression",
                                                                    "start": 1215,
                                                                    "end": 1217,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 723
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 725
                                                                      }
                                                                    },
                                                                    "operator": "!",
                                                                    "prefix": true,
                                                                    "argument": {
                                                                      "type": "Literal",
                                                                      "start": 1216,
                                                                      "end": 1217,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 724
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 725
                                                                        }
                                                                      },
                                                                      "value": 1,
                                                                      "rawValue": 1,
                                                                      "raw": "1"
                                                                    }
                                                                  }
                                                                ]
                                                              },
                                                              "alternate": {
                                                                "type": "CallExpression",
                                                                "start": 1219,
                                                                "end": 1242,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 727
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 750
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1219,
                                                                  "end": 1232,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 727
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 740
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1219,
                                                                    "end": 1220,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 727
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 728
                                                                      }
                                                                    },
                                                                    "name": "i"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1221,
                                                                    "end": 1232,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 729
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 740
                                                                      }
                                                                    },
                                                                    "name": "attachEvent"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "BinaryExpression",
                                                                    "start": 1233,
                                                                    "end": 1239,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 741
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 747
                                                                      }
                                                                    },
                                                                    "left": {
                                                                      "type": "Literal",
                                                                      "start": 1233,
                                                                      "end": 1237,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 741
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 745
                                                                        }
                                                                      },
                                                                      "value": "on",
                                                                      "rawValue": "on",
                                                                      "raw": "\"on\""
                                                                    },
                                                                    "operator": "+",
                                                                    "right": {
                                                                      "type": "Identifier",
                                                                      "start": 1238,
                                                                      "end": 1239,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 746
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 747
                                                                        }
                                                                      },
                                                                      "name": "l"
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 1240,
                                                                    "end": 1241,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 748
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 749
                                                                      }
                                                                    },
                                                                    "name": "b"
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "VariableDeclaration",
                                                            "start": 1243,
                                                            "end": 2074,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 751
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 1582
                                                              }
                                                            },
                                                            "declarations": [
                                                              {
                                                                "type": "VariableDeclarator",
                                                                "start": 1247,
                                                                "end": 2073,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 755
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 1581
                                                                  }
                                                                },
                                                                "id": {
                                                                  "type": "Identifier",
                                                                  "start": 1247,
                                                                  "end": 1248,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 755
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 756
                                                                    }
                                                                  },
                                                                  "name": "q"
                                                                },
                                                                "init": {
                                                                  "type": "FunctionExpression",
                                                                  "start": 1249,
                                                                  "end": 2073,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 757
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 1581
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 1259,
                                                                    "end": 2073,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 767
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 1581
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "FunctionDeclaration",
                                                                        "start": 1260,
                                                                        "end": 1418,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 768
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 926
                                                                          }
                                                                        },
                                                                        "id": {
                                                                          "type": "Identifier",
                                                                          "start": 1269,
                                                                          "end": 1270,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 777
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 778
                                                                            }
                                                                          },
                                                                          "name": "b"
                                                                        },
                                                                        "generator": false,
                                                                        "expression": false,
                                                                        "async": false,
                                                                        "params": [],
                                                                        "body": {
                                                                          "type": "BlockStatement",
                                                                          "start": 1272,
                                                                          "end": 1418,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 780
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 926
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 1273,
                                                                              "end": 1417,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 781
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 925
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 1279,
                                                                                "end": 1417,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 787
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 925
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 1279,
                                                                                  "end": 1413,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 787
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 921
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "ArrayExpression",
                                                                                    "start": 1279,
                                                                                    "end": 1408,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 787
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 916
                                                                                      }
                                                                                    },
                                                                                    "elements": [
                                                                                      {
                                                                                        "type": "Literal",
                                                                                        "start": 1280,
                                                                                        "end": 1296,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 788
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 804
                                                                                          }
                                                                                        },
                                                                                        "value": "<head></head><",
                                                                                        "rawValue": "<head></head><",
                                                                                        "raw": "\"<head></head><\""
                                                                                      },
                                                                                      {
                                                                                        "type": "Identifier",
                                                                                        "start": 1297,
                                                                                        "end": 1298,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 805
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 806
                                                                                          }
                                                                                        },
                                                                                        "name": "c"
                                                                                      },
                                                                                      {
                                                                                        "type": "Literal",
                                                                                        "start": 1299,
                                                                                        "end": 1316,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 807
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 824
                                                                                          }
                                                                                        },
                                                                                        "value": " onload=\"var d=",
                                                                                        "rawValue": " onload=\"var d=",
                                                                                        "raw": "' onload=\"var d='"
                                                                                      },
                                                                                      {
                                                                                        "type": "Identifier",
                                                                                        "start": 1317,
                                                                                        "end": 1318,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 825
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 826
                                                                                          }
                                                                                        },
                                                                                        "name": "n"
                                                                                      },
                                                                                      {
                                                                                        "type": "Literal",
                                                                                        "start": 1319,
                                                                                        "end": 1356,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 827
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 864
                                                                                          }
                                                                                        },
                                                                                        "value": ";d.getElementsByTagName('head')[0].",
                                                                                        "rawValue": ";d.getElementsByTagName('head')[0].",
                                                                                        "raw": "\";d.getElementsByTagName('head')[0].\""
                                                                                      },
                                                                                      {
                                                                                        "type": "Identifier",
                                                                                        "start": 1357,
                                                                                        "end": 1358,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 865
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 866
                                                                                          }
                                                                                        },
                                                                                        "name": "d"
                                                                                      },
                                                                                      {
                                                                                        "type": "Literal",
                                                                                        "start": 1359,
                                                                                        "end": 1364,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 867
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 872
                                                                                          }
                                                                                        },
                                                                                        "value": "(d.",
                                                                                        "rawValue": "(d.",
                                                                                        "raw": "\"(d.\""
                                                                                      },
                                                                                      {
                                                                                        "type": "Identifier",
                                                                                        "start": 1365,
                                                                                        "end": 1366,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 873
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 874
                                                                                          }
                                                                                        },
                                                                                        "name": "g"
                                                                                      },
                                                                                      {
                                                                                        "type": "Literal",
                                                                                        "start": 1367,
                                                                                        "end": 1381,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 875
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 889
                                                                                          }
                                                                                        },
                                                                                        "value": "('script')).",
                                                                                        "rawValue": "('script')).",
                                                                                        "raw": "\"('script')).\""
                                                                                      },
                                                                                      {
                                                                                        "type": "Identifier",
                                                                                        "start": 1382,
                                                                                        "end": 1383,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 890
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 891
                                                                                          }
                                                                                        },
                                                                                        "name": "i"
                                                                                      },
                                                                                      {
                                                                                        "type": "Literal",
                                                                                        "start": 1384,
                                                                                        "end": 1388,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 892
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 896
                                                                                          }
                                                                                        },
                                                                                        "value": "='",
                                                                                        "rawValue": "='",
                                                                                        "raw": "\"='\""
                                                                                      },
                                                                                      {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 1389,
                                                                                        "end": 1392,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 897
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 900
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1389,
                                                                                          "end": 1390,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 897
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 898
                                                                                            }
                                                                                          },
                                                                                          "name": "a"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1391,
                                                                                          "end": 1392,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 899
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 900
                                                                                            }
                                                                                          },
                                                                                          "name": "l"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      {
                                                                                        "type": "Literal",
                                                                                        "start": 1393,
                                                                                        "end": 1401,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 901
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 909
                                                                                          }
                                                                                        },
                                                                                        "value": "'\"></",
                                                                                        "rawValue": "'\"></",
                                                                                        "raw": "\"'\\\"></\""
                                                                                      },
                                                                                      {
                                                                                        "type": "Identifier",
                                                                                        "start": 1402,
                                                                                        "end": 1403,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 910
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 911
                                                                                          }
                                                                                        },
                                                                                        "name": "c"
                                                                                      },
                                                                                      {
                                                                                        "type": "Literal",
                                                                                        "start": 1404,
                                                                                        "end": 1407,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 912
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 915
                                                                                          }
                                                                                        },
                                                                                        "value": ">",
                                                                                        "rawValue": ">",
                                                                                        "raw": "\">\""
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1409,
                                                                                    "end": 1413,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 917
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 921
                                                                                      }
                                                                                    },
                                                                                    "name": "join"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Literal",
                                                                                    "start": 1414,
                                                                                    "end": 1416,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 922
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 924
                                                                                      }
                                                                                    },
                                                                                    "value": "",
                                                                                    "rawValue": "",
                                                                                    "raw": "\"\""
                                                                                  }
                                                                                ]
                                                                              }
                                                                            }
                                                                          ]
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "VariableDeclaration",
                                                                        "start": 1418,
                                                                        "end": 1438,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 926
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 946
                                                                          }
                                                                        },
                                                                        "declarations": [
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 1422,
                                                                            "end": 1430,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 930
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 938
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 1422,
                                                                              "end": 1423,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 930
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 931
                                                                                }
                                                                              },
                                                                              "name": "c"
                                                                            },
                                                                            "init": {
                                                                              "type": "Literal",
                                                                              "start": 1424,
                                                                              "end": 1430,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 932
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 938
                                                                                }
                                                                              },
                                                                              "value": "body",
                                                                              "rawValue": "body",
                                                                              "raw": "\"body\""
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 1431,
                                                                            "end": 1437,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 939
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 945
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 1431,
                                                                              "end": 1432,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 939
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 940
                                                                                }
                                                                              },
                                                                              "name": "e"
                                                                            },
                                                                            "init": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1433,
                                                                              "end": 1437,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 941
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 945
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 1433,
                                                                                "end": 1434,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 941
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 942
                                                                                  }
                                                                                },
                                                                                "name": "h"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1435,
                                                                                "end": 1436,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 943
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 944
                                                                                  }
                                                                                },
                                                                                "name": "c"
                                                                              },
                                                                              "computed": true
                                                                            }
                                                                          }
                                                                        ],
                                                                        "kind": "var"
                                                                      },
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 1438,
                                                                        "end": 1469,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 946
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 977
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 1441,
                                                                          "end": 1443,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 949
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 951
                                                                            }
                                                                          },
                                                                          "operator": "!",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "Identifier",
                                                                            "start": 1442,
                                                                            "end": 1443,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 950
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 951
                                                                              }
                                                                            },
                                                                            "name": "e"
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "ReturnStatement",
                                                                          "start": 1444,
                                                                          "end": 1469,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 952
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 977
                                                                            }
                                                                          },
                                                                          "argument": {
                                                                            "type": "CallExpression",
                                                                            "start": 1451,
                                                                            "end": 1468,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 959
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 976
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "Identifier",
                                                                              "start": 1451,
                                                                              "end": 1461,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 959
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 969
                                                                                }
                                                                              },
                                                                              "name": "setTimeout"
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 1462,
                                                                                "end": 1463,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 970
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 971
                                                                                  }
                                                                                },
                                                                                "name": "q"
                                                                              },
                                                                              {
                                                                                "type": "Literal",
                                                                                "start": 1464,
                                                                                "end": 1467,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 972
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 975
                                                                                  }
                                                                                },
                                                                                "value": 100,
                                                                                "rawValue": 100,
                                                                                "raw": "100"
                                                                              }
                                                                            ]
                                                                          }
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 1469,
                                                                        "end": 1476,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 977
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 984
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "CallExpression",
                                                                          "start": 1469,
                                                                          "end": 1475,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 977
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 983
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1469,
                                                                            "end": 1472,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 977
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 980
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 1469,
                                                                              "end": 1470,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 977
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 978
                                                                                }
                                                                              },
                                                                              "name": "a"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1471,
                                                                              "end": 1472,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 979
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 980
                                                                                }
                                                                              },
                                                                              "name": "P"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Literal",
                                                                              "start": 1473,
                                                                              "end": 1474,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 981
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 982
                                                                                }
                                                                              },
                                                                              "value": 1,
                                                                              "rawValue": 1,
                                                                              "raw": "1"
                                                                            }
                                                                          ]
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "VariableDeclaration",
                                                                        "start": 1476,
                                                                        "end": 1588,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 984
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1096
                                                                          }
                                                                        },
                                                                        "declarations": [
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 1480,
                                                                            "end": 1495,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 988
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1003
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 1480,
                                                                              "end": 1481,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 988
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 989
                                                                                }
                                                                              },
                                                                              "name": "d"
                                                                            },
                                                                            "init": {
                                                                              "type": "Literal",
                                                                              "start": 1482,
                                                                              "end": 1495,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 990
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1003
                                                                                }
                                                                              },
                                                                              "value": "appendChild",
                                                                              "rawValue": "appendChild",
                                                                              "raw": "\"appendChild\""
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 1496,
                                                                            "end": 1513,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1004
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1021
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 1496,
                                                                              "end": 1497,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1004
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1005
                                                                                }
                                                                              },
                                                                              "name": "g"
                                                                            },
                                                                            "init": {
                                                                              "type": "Literal",
                                                                              "start": 1498,
                                                                              "end": 1513,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1006
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1021
                                                                                }
                                                                              },
                                                                              "value": "createElement",
                                                                              "rawValue": "createElement",
                                                                              "raw": "\"createElement\""
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 1514,
                                                                            "end": 1521,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1022
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1029
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 1514,
                                                                              "end": 1515,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1022
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1023
                                                                                }
                                                                              },
                                                                              "name": "i"
                                                                            },
                                                                            "init": {
                                                                              "type": "Literal",
                                                                              "start": 1516,
                                                                              "end": 1521,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1024
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1029
                                                                                }
                                                                              },
                                                                              "value": "src",
                                                                              "rawValue": "src",
                                                                              "raw": "\"src\""
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 1522,
                                                                            "end": 1535,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1030
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1043
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 1522,
                                                                              "end": 1523,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1030
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1031
                                                                                }
                                                                              },
                                                                              "name": "k"
                                                                            },
                                                                            "init": {
                                                                              "type": "CallExpression",
                                                                              "start": 1524,
                                                                              "end": 1535,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1032
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1043
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 1524,
                                                                                "end": 1528,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1032
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1036
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1524,
                                                                                  "end": 1525,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1032
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1033
                                                                                    }
                                                                                  },
                                                                                  "name": "h"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1526,
                                                                                  "end": 1527,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1034
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1035
                                                                                    }
                                                                                  },
                                                                                  "name": "g"
                                                                                },
                                                                                "computed": true
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "Literal",
                                                                                  "start": 1529,
                                                                                  "end": 1534,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1037
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1042
                                                                                    }
                                                                                  },
                                                                                  "value": "div",
                                                                                  "rawValue": "div",
                                                                                  "raw": "\"div\""
                                                                                }
                                                                              ]
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 1536,
                                                                            "end": 1555,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1044
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1063
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 1536,
                                                                              "end": 1537,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1044
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1045
                                                                                }
                                                                              },
                                                                              "name": "l"
                                                                            },
                                                                            "init": {
                                                                              "type": "CallExpression",
                                                                              "start": 1538,
                                                                              "end": 1555,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1046
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1063
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 1538,
                                                                                "end": 1542,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1046
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1050
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1538,
                                                                                  "end": 1539,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1046
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1047
                                                                                    }
                                                                                  },
                                                                                  "name": "k"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1540,
                                                                                  "end": 1541,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1048
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1049
                                                                                    }
                                                                                  },
                                                                                  "name": "d"
                                                                                },
                                                                                "computed": true
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "CallExpression",
                                                                                  "start": 1543,
                                                                                  "end": 1554,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1051
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1062
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 1543,
                                                                                    "end": 1547,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1051
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1055
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1543,
                                                                                      "end": 1544,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1051
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1052
                                                                                        }
                                                                                      },
                                                                                      "name": "h"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1545,
                                                                                      "end": 1546,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1053
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1054
                                                                                        }
                                                                                      },
                                                                                      "name": "g"
                                                                                    },
                                                                                    "computed": true
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "Literal",
                                                                                      "start": 1548,
                                                                                      "end": 1553,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1056
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1061
                                                                                        }
                                                                                      },
                                                                                      "value": "div",
                                                                                      "rawValue": "div",
                                                                                      "raw": "\"div\""
                                                                                    }
                                                                                  ]
                                                                                }
                                                                              ]
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 1556,
                                                                            "end": 1572,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1064
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1080
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 1556,
                                                                              "end": 1557,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1064
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1065
                                                                                }
                                                                              },
                                                                              "name": "f"
                                                                            },
                                                                            "init": {
                                                                              "type": "CallExpression",
                                                                              "start": 1558,
                                                                              "end": 1572,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1066
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1080
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 1558,
                                                                                "end": 1562,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1066
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1070
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1558,
                                                                                  "end": 1559,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1066
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1067
                                                                                    }
                                                                                  },
                                                                                  "name": "h"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1560,
                                                                                  "end": 1561,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1068
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1069
                                                                                    }
                                                                                  },
                                                                                  "name": "g"
                                                                                },
                                                                                "computed": true
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "Literal",
                                                                                  "start": 1563,
                                                                                  "end": 1571,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1071
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1079
                                                                                    }
                                                                                  },
                                                                                  "value": "iframe",
                                                                                  "rawValue": "iframe",
                                                                                  "raw": "\"iframe\""
                                                                                }
                                                                              ]
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 1573,
                                                                            "end": 1585,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1081
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1093
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 1573,
                                                                              "end": 1574,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1081
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1082
                                                                                }
                                                                              },
                                                                              "name": "n"
                                                                            },
                                                                            "init": {
                                                                              "type": "Literal",
                                                                              "start": 1575,
                                                                              "end": 1585,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1083
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1093
                                                                                }
                                                                              },
                                                                              "value": "document",
                                                                              "rawValue": "document",
                                                                              "raw": "\"document\""
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 1586,
                                                                            "end": 1587,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1094
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1095
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 1586,
                                                                              "end": 1587,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1094
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1095
                                                                                }
                                                                              },
                                                                              "name": "p"
                                                                            },
                                                                            "init": null
                                                                          }
                                                                        ],
                                                                        "kind": "var"
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 1588,
                                                                        "end": 1611,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 1096
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1119
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "AssignmentExpression",
                                                                          "start": 1588,
                                                                          "end": 1610,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1096
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1118
                                                                            }
                                                                          },
                                                                          "operator": "=",
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1588,
                                                                            "end": 1603,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1096
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1111
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1588,
                                                                              "end": 1595,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1096
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1103
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 1588,
                                                                                "end": 1589,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1096
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1097
                                                                                  }
                                                                                },
                                                                                "name": "k"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1590,
                                                                                "end": 1595,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1098
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1103
                                                                                  }
                                                                                },
                                                                                "name": "style"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1596,
                                                                              "end": 1603,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1104
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1111
                                                                                }
                                                                              },
                                                                              "name": "display"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "right": {
                                                                            "type": "Literal",
                                                                            "start": 1604,
                                                                            "end": 1610,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1112
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1118
                                                                              }
                                                                            },
                                                                            "value": "none",
                                                                            "rawValue": "none",
                                                                            "raw": "\"none\""
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 1611,
                                                                        "end": 1653,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 1119
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1161
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "AssignmentExpression",
                                                                          "start": 1611,
                                                                          "end": 1652,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1119
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1160
                                                                            }
                                                                          },
                                                                          "operator": "=",
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1611,
                                                                            "end": 1644,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1119
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1152
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "CallExpression",
                                                                              "start": 1611,
                                                                              "end": 1641,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1119
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1149
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 1611,
                                                                                "end": 1625,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1119
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1133
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1611,
                                                                                  "end": 1612,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1119
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1120
                                                                                    }
                                                                                  },
                                                                                  "name": "e"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1613,
                                                                                  "end": 1625,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1121
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1133
                                                                                    }
                                                                                  },
                                                                                  "name": "insertBefore"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 1626,
                                                                                  "end": 1627,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1134
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1135
                                                                                    }
                                                                                  },
                                                                                  "name": "k"
                                                                                },
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 1628,
                                                                                  "end": 1640,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1136
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1148
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1628,
                                                                                    "end": 1629,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1136
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1137
                                                                                      }
                                                                                    },
                                                                                    "name": "e"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1630,
                                                                                    "end": 1640,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1138
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1148
                                                                                      }
                                                                                    },
                                                                                    "name": "firstChild"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1642,
                                                                              "end": 1644,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1150
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1152
                                                                                }
                                                                              },
                                                                              "name": "id"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "right": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 1645,
                                                                            "end": 1652,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1153
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1160
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 1645,
                                                                              "end": 1650,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1153
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1158
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "Identifier",
                                                                                "start": 1645,
                                                                                "end": 1646,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1153
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1154
                                                                                  }
                                                                                },
                                                                                "name": "o"
                                                                              },
                                                                              "operator": "+",
                                                                              "right": {
                                                                                "type": "Literal",
                                                                                "start": 1647,
                                                                                "end": 1650,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1155
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1158
                                                                                  }
                                                                                },
                                                                                "value": "-",
                                                                                "rawValue": "-",
                                                                                "raw": "\"-\""
                                                                              }
                                                                            },
                                                                            "operator": "+",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 1651,
                                                                              "end": 1652,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1159
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1160
                                                                                }
                                                                              },
                                                                              "name": "j"
                                                                            }
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 1653,
                                                                        "end": 1671,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 1161
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1179
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "AssignmentExpression",
                                                                          "start": 1653,
                                                                          "end": 1670,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1161
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1178
                                                                            }
                                                                          },
                                                                          "operator": "=",
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1653,
                                                                            "end": 1666,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1161
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1174
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 1653,
                                                                              "end": 1654,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1161
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1162
                                                                                }
                                                                              },
                                                                              "name": "f"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1655,
                                                                              "end": 1666,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1163
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1174
                                                                                }
                                                                              },
                                                                              "name": "frameBorder"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "right": {
                                                                            "type": "Literal",
                                                                            "start": 1667,
                                                                            "end": 1670,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1175
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1178
                                                                              }
                                                                            },
                                                                            "value": "0",
                                                                            "rawValue": "0",
                                                                            "raw": "\"0\""
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 1671,
                                                                        "end": 1690,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 1179
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1198
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "AssignmentExpression",
                                                                          "start": 1671,
                                                                          "end": 1689,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1179
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1197
                                                                            }
                                                                          },
                                                                          "operator": "=",
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1671,
                                                                            "end": 1675,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1179
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1183
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 1671,
                                                                              "end": 1672,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1179
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1180
                                                                                }
                                                                              },
                                                                              "name": "f"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1673,
                                                                              "end": 1675,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1181
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1183
                                                                                }
                                                                              },
                                                                              "name": "id"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "right": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 1676,
                                                                            "end": 1689,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1184
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1197
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 1676,
                                                                              "end": 1687,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1184
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1195
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "Identifier",
                                                                                "start": 1676,
                                                                                "end": 1677,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1184
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1185
                                                                                  }
                                                                                },
                                                                                "name": "o"
                                                                              },
                                                                              "operator": "+",
                                                                              "right": {
                                                                                "type": "Literal",
                                                                                "start": 1678,
                                                                                "end": 1687,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1186
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1195
                                                                                  }
                                                                                },
                                                                                "value": "-frame-",
                                                                                "rawValue": "-frame-",
                                                                                "raw": "\"-frame-\""
                                                                              }
                                                                            },
                                                                            "operator": "+",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 1688,
                                                                              "end": 1689,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1196
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1197
                                                                                }
                                                                              },
                                                                              "name": "j"
                                                                            }
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 1690,
                                                                        "end": 1755,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 1198
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1263
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 1690,
                                                                          "end": 1754,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1198
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1262
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "CallExpression",
                                                                            "start": 1690,
                                                                            "end": 1727,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1198
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1235
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1690,
                                                                              "end": 1706,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1198
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1214
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Literal",
                                                                                "start": 1690,
                                                                                "end": 1701,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1198
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1209
                                                                                  }
                                                                                },
                                                                                "value": {},
                                                                                "rawValue": {},
                                                                                "raw": "/MSIE[ ]+6/",
                                                                                "regex": {
                                                                                  "pattern": "MSIE[ ]+6",
                                                                                  "flags": ""
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1702,
                                                                                "end": 1706,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1210
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1214
                                                                                  }
                                                                                },
                                                                                "name": "test"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "MemberExpression",
                                                                                "start": 1707,
                                                                                "end": 1726,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1215
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1234
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1707,
                                                                                  "end": 1716,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1215
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1224
                                                                                    }
                                                                                  },
                                                                                  "name": "navigator"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1717,
                                                                                  "end": 1726,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1225
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1234
                                                                                    }
                                                                                  },
                                                                                  "name": "userAgent"
                                                                                },
                                                                                "computed": false
                                                                              }
                                                                            ]
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "AssignmentExpression",
                                                                            "start": 1730,
                                                                            "end": 1753,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1238
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1261
                                                                              }
                                                                            },
                                                                            "operator": "=",
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1730,
                                                                              "end": 1734,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1238
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1242
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 1730,
                                                                                "end": 1731,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1238
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1239
                                                                                  }
                                                                                },
                                                                                "name": "f"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1732,
                                                                                "end": 1733,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1240
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1241
                                                                                  }
                                                                                },
                                                                                "name": "i"
                                                                              },
                                                                              "computed": true
                                                                            },
                                                                            "right": {
                                                                              "type": "Literal",
                                                                              "start": 1735,
                                                                              "end": 1753,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1243
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1261
                                                                                }
                                                                              },
                                                                              "value": "javascript:false",
                                                                              "rawValue": "javascript:false",
                                                                              "raw": "\"javascript:false\""
                                                                            },
                                                                            "parenthesizedExpression": true
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 1755,
                                                                        "end": 1782,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 1263
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1290
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "AssignmentExpression",
                                                                          "start": 1755,
                                                                          "end": 1781,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1263
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1289
                                                                            }
                                                                          },
                                                                          "operator": "=",
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1755,
                                                                            "end": 1774,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1263
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1282
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 1755,
                                                                              "end": 1756,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1263
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1264
                                                                                }
                                                                              },
                                                                              "name": "f"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1757,
                                                                              "end": 1774,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1265
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1282
                                                                                }
                                                                              },
                                                                              "name": "allowTransparency"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "right": {
                                                                            "type": "Literal",
                                                                            "start": 1775,
                                                                            "end": 1781,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1283
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1289
                                                                              }
                                                                            },
                                                                            "value": "true",
                                                                            "rawValue": "true",
                                                                            "raw": "\"true\""
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 1782,
                                                                        "end": 1790,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 1290
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1298
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "CallExpression",
                                                                          "start": 1782,
                                                                          "end": 1789,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1290
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1297
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1782,
                                                                            "end": 1786,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1290
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1294
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 1782,
                                                                              "end": 1783,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1290
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1291
                                                                                }
                                                                              },
                                                                              "name": "l"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1784,
                                                                              "end": 1785,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1292
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1293
                                                                                }
                                                                              },
                                                                              "name": "d"
                                                                            },
                                                                            "computed": true
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 1787,
                                                                              "end": 1788,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1295
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1296
                                                                                }
                                                                              },
                                                                              "name": "f"
                                                                            }
                                                                          ]
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "TryStatement",
                                                                        "start": 1790,
                                                                        "end": 1924,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 1298
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1432
                                                                          }
                                                                        },
                                                                        "block": {
                                                                          "type": "BlockStatement",
                                                                          "start": 1793,
                                                                          "end": 1820,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1301
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1328
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ExpressionStatement",
                                                                              "start": 1794,
                                                                              "end": 1819,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1302
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1327
                                                                                }
                                                                              },
                                                                              "expression": {
                                                                                "type": "CallExpression",
                                                                                "start": 1794,
                                                                                "end": 1819,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1302
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1327
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 1794,
                                                                                  "end": 1817,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1302
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1325
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 1794,
                                                                                    "end": 1812,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1302
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1320
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 1794,
                                                                                      "end": 1809,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1302
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1317
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1794,
                                                                                        "end": 1795,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1302
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1303
                                                                                          }
                                                                                        },
                                                                                        "name": "f"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1796,
                                                                                        "end": 1809,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1304
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1317
                                                                                          }
                                                                                        },
                                                                                        "name": "contentWindow"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1810,
                                                                                      "end": 1811,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1318
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1319
                                                                                        }
                                                                                      },
                                                                                      "name": "n"
                                                                                    },
                                                                                    "computed": true
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1813,
                                                                                    "end": 1817,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1321
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1325
                                                                                      }
                                                                                    },
                                                                                    "name": "open"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": []
                                                                              }
                                                                            }
                                                                          ]
                                                                        },
                                                                        "handler": {
                                                                          "type": "CatchClause",
                                                                          "start": 1820,
                                                                          "end": 1924,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1328
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1432
                                                                            }
                                                                          },
                                                                          "param": {
                                                                            "type": "Identifier",
                                                                            "start": 1826,
                                                                            "end": 1827,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1334
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1335
                                                                              }
                                                                            },
                                                                            "name": "s"
                                                                          },
                                                                          "body": {
                                                                            "type": "BlockStatement",
                                                                            "start": 1828,
                                                                            "end": 1924,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1336
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1432
                                                                              }
                                                                            },
                                                                            "body": [
                                                                              {
                                                                                "type": "ExpressionStatement",
                                                                                "start": 1829,
                                                                                "end": 1923,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1337
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1431
                                                                                  }
                                                                                },
                                                                                "expression": {
                                                                                  "type": "SequenceExpression",
                                                                                  "start": 1829,
                                                                                  "end": 1923,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1337
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1431
                                                                                    }
                                                                                  },
                                                                                  "expressions": [
                                                                                    {
                                                                                      "type": "AssignmentExpression",
                                                                                      "start": 1829,
                                                                                      "end": 1846,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1337
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1354
                                                                                        }
                                                                                      },
                                                                                      "operator": "=",
                                                                                      "left": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 1829,
                                                                                        "end": 1837,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1337
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1345
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1829,
                                                                                          "end": 1830,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1337
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1338
                                                                                            }
                                                                                          },
                                                                                          "name": "a"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1831,
                                                                                          "end": 1837,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1339
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1345
                                                                                            }
                                                                                          },
                                                                                          "name": "domain"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "right": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 1838,
                                                                                        "end": 1846,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1346
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1354
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1838,
                                                                                          "end": 1839,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1346
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1347
                                                                                            }
                                                                                          },
                                                                                          "name": "h"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1840,
                                                                                          "end": 1846,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1348
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1354
                                                                                            }
                                                                                          },
                                                                                          "name": "domain"
                                                                                        },
                                                                                        "computed": false
                                                                                      }
                                                                                    },
                                                                                    {
                                                                                      "type": "AssignmentExpression",
                                                                                      "start": 1847,
                                                                                      "end": 1905,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1355
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1413
                                                                                        }
                                                                                      },
                                                                                      "operator": "=",
                                                                                      "left": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1847,
                                                                                        "end": 1848,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1355
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1356
                                                                                          }
                                                                                        },
                                                                                        "name": "p"
                                                                                      },
                                                                                      "right": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 1849,
                                                                                        "end": 1905,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1357
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1413
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 1849,
                                                                                          "end": 1900,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1357
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1408
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "BinaryExpression",
                                                                                            "start": 1849,
                                                                                            "end": 1891,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1357
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1399
                                                                                              }
                                                                                            },
                                                                                            "left": {
                                                                                              "type": "BinaryExpression",
                                                                                              "start": 1849,
                                                                                              "end": 1870,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1357
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1378
                                                                                                }
                                                                                              },
                                                                                              "left": {
                                                                                                "type": "Literal",
                                                                                                "start": 1849,
                                                                                                "end": 1868,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 1357
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 1376
                                                                                                  }
                                                                                                },
                                                                                                "value": "javascript:var d=",
                                                                                                "rawValue": "javascript:var d=",
                                                                                                "raw": "\"javascript:var d=\""
                                                                                              },
                                                                                              "operator": "+",
                                                                                              "right": {
                                                                                                "type": "Identifier",
                                                                                                "start": 1869,
                                                                                                "end": 1870,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 1377
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 1378
                                                                                                  }
                                                                                                },
                                                                                                "name": "n"
                                                                                              }
                                                                                            },
                                                                                            "operator": "+",
                                                                                            "right": {
                                                                                              "type": "Literal",
                                                                                              "start": 1871,
                                                                                              "end": 1891,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1379
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1399
                                                                                                }
                                                                                              },
                                                                                              "value": ".open();d.domain='",
                                                                                              "rawValue": ".open();d.domain='",
                                                                                              "raw": "\".open();d.domain='\""
                                                                                            }
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 1892,
                                                                                            "end": 1900,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1400
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1408
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "Identifier",
                                                                                              "start": 1892,
                                                                                              "end": 1893,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1400
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1401
                                                                                                }
                                                                                              },
                                                                                              "name": "h"
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 1894,
                                                                                              "end": 1900,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1402
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1408
                                                                                                }
                                                                                              },
                                                                                              "name": "domain"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "Literal",
                                                                                          "start": 1901,
                                                                                          "end": 1905,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1409
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1413
                                                                                            }
                                                                                          },
                                                                                          "value": "';",
                                                                                          "rawValue": "';",
                                                                                          "raw": "\"';\""
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    {
                                                                                      "type": "AssignmentExpression",
                                                                                      "start": 1906,
                                                                                      "end": 1923,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1414
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1431
                                                                                        }
                                                                                      },
                                                                                      "operator": "=",
                                                                                      "left": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 1906,
                                                                                        "end": 1910,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1414
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1418
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1906,
                                                                                          "end": 1907,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1414
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1415
                                                                                            }
                                                                                          },
                                                                                          "name": "f"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1908,
                                                                                          "end": 1909,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1416
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1417
                                                                                            }
                                                                                          },
                                                                                          "name": "i"
                                                                                        },
                                                                                        "computed": true
                                                                                      },
                                                                                      "right": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 1911,
                                                                                        "end": 1923,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1419
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1431
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1911,
                                                                                          "end": 1912,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1419
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1420
                                                                                            }
                                                                                          },
                                                                                          "name": "p"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "Literal",
                                                                                          "start": 1913,
                                                                                          "end": 1923,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1421
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1431
                                                                                            }
                                                                                          },
                                                                                          "value": "void(0);",
                                                                                          "rawValue": "void(0);",
                                                                                          "raw": "\"void(0);\""
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  ]
                                                                                }
                                                                              }
                                                                            ]
                                                                          }
                                                                        },
                                                                        "guardedHandlers": [],
                                                                        "finalizer": null
                                                                      },
                                                                      {
                                                                        "type": "TryStatement",
                                                                        "start": 1924,
                                                                        "end": 2066,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 1432
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1574
                                                                          }
                                                                        },
                                                                        "block": {
                                                                          "type": "BlockStatement",
                                                                          "start": 1927,
                                                                          "end": 1976,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1435
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1484
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "VariableDeclaration",
                                                                              "start": 1928,
                                                                              "end": 1953,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1436
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1461
                                                                                }
                                                                              },
                                                                              "declarations": [
                                                                                {
                                                                                  "type": "VariableDeclarator",
                                                                                  "start": 1932,
                                                                                  "end": 1952,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1440
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1460
                                                                                    }
                                                                                  },
                                                                                  "id": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1932,
                                                                                    "end": 1933,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1440
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1441
                                                                                      }
                                                                                    },
                                                                                    "name": "r"
                                                                                  },
                                                                                  "init": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 1934,
                                                                                    "end": 1952,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1442
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1460
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 1934,
                                                                                      "end": 1949,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1442
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1457
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1934,
                                                                                        "end": 1935,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1442
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1443
                                                                                          }
                                                                                        },
                                                                                        "name": "f"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1936,
                                                                                        "end": 1949,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1444
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1457
                                                                                          }
                                                                                        },
                                                                                        "name": "contentWindow"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1950,
                                                                                      "end": 1951,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1458
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1459
                                                                                        }
                                                                                      },
                                                                                      "name": "n"
                                                                                    },
                                                                                    "computed": true
                                                                                  }
                                                                                }
                                                                              ],
                                                                              "kind": "var"
                                                                            },
                                                                            {
                                                                              "type": "ExpressionStatement",
                                                                              "start": 1953,
                                                                              "end": 1966,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1461
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1474
                                                                                }
                                                                              },
                                                                              "expression": {
                                                                                "type": "CallExpression",
                                                                                "start": 1953,
                                                                                "end": 1965,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1461
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1473
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 1953,
                                                                                  "end": 1960,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1461
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1468
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1953,
                                                                                    "end": 1954,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1461
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1462
                                                                                      }
                                                                                    },
                                                                                    "name": "r"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1955,
                                                                                    "end": 1960,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1463
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1468
                                                                                      }
                                                                                    },
                                                                                    "name": "write"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "CallExpression",
                                                                                    "start": 1961,
                                                                                    "end": 1964,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1469
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1472
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1961,
                                                                                      "end": 1962,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1469
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1470
                                                                                        }
                                                                                      },
                                                                                      "name": "b"
                                                                                    },
                                                                                    "arguments": []
                                                                                  }
                                                                                ]
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "ExpressionStatement",
                                                                              "start": 1966,
                                                                              "end": 1975,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1474
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1483
                                                                                }
                                                                              },
                                                                              "expression": {
                                                                                "type": "CallExpression",
                                                                                "start": 1966,
                                                                                "end": 1975,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1474
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1483
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 1966,
                                                                                  "end": 1973,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1474
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1481
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1966,
                                                                                    "end": 1967,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1474
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1475
                                                                                      }
                                                                                    },
                                                                                    "name": "r"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1968,
                                                                                    "end": 1973,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1476
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1481
                                                                                      }
                                                                                    },
                                                                                    "name": "close"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": []
                                                                              }
                                                                            }
                                                                          ]
                                                                        },
                                                                        "handler": {
                                                                          "type": "CatchClause",
                                                                          "start": 1976,
                                                                          "end": 2066,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1484
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1574
                                                                            }
                                                                          },
                                                                          "param": {
                                                                            "type": "Identifier",
                                                                            "start": 1982,
                                                                            "end": 1983,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1490
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1491
                                                                              }
                                                                            },
                                                                            "name": "t"
                                                                          },
                                                                          "body": {
                                                                            "type": "BlockStatement",
                                                                            "start": 1984,
                                                                            "end": 2066,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1492
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1574
                                                                              }
                                                                            },
                                                                            "body": [
                                                                              {
                                                                                "type": "ExpressionStatement",
                                                                                "start": 1985,
                                                                                "end": 2065,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1493
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1573
                                                                                  }
                                                                                },
                                                                                "expression": {
                                                                                  "type": "AssignmentExpression",
                                                                                  "start": 1985,
                                                                                  "end": 2065,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1493
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1573
                                                                                    }
                                                                                  },
                                                                                  "operator": "=",
                                                                                  "left": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 1985,
                                                                                    "end": 1989,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1493
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1497
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1985,
                                                                                      "end": 1986,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1493
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1494
                                                                                        }
                                                                                      },
                                                                                      "name": "f"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1987,
                                                                                      "end": 1988,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1495
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1496
                                                                                        }
                                                                                      },
                                                                                      "name": "i"
                                                                                    },
                                                                                    "computed": true
                                                                                  },
                                                                                  "right": {
                                                                                    "type": "BinaryExpression",
                                                                                    "start": 1990,
                                                                                    "end": 2065,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1498
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1573
                                                                                      }
                                                                                    },
                                                                                    "left": {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 1990,
                                                                                      "end": 2049,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1498
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1557
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 1990,
                                                                                        "end": 2003,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1498
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1511
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1990,
                                                                                          "end": 1991,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1498
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1499
                                                                                            }
                                                                                          },
                                                                                          "name": "p"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "Literal",
                                                                                          "start": 1992,
                                                                                          "end": 2003,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1500
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1511
                                                                                            }
                                                                                          },
                                                                                          "value": "d.write(\"",
                                                                                          "rawValue": "d.write(\"",
                                                                                          "raw": "'d.write(\"'"
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "CallExpression",
                                                                                        "start": 2004,
                                                                                        "end": 2049,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1512
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1557
                                                                                          }
                                                                                        },
                                                                                        "callee": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 2004,
                                                                                          "end": 2015,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1512
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1523
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "CallExpression",
                                                                                            "start": 2004,
                                                                                            "end": 2007,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1512
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1515
                                                                                              }
                                                                                            },
                                                                                            "callee": {
                                                                                              "type": "Identifier",
                                                                                              "start": 2004,
                                                                                              "end": 2005,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1512
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1513
                                                                                                }
                                                                                              },
                                                                                              "name": "b"
                                                                                            },
                                                                                            "arguments": []
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 2008,
                                                                                            "end": 2015,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1516
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1523
                                                                                              }
                                                                                            },
                                                                                            "name": "replace"
                                                                                          },
                                                                                          "computed": false
                                                                                        },
                                                                                        "arguments": [
                                                                                          {
                                                                                            "type": "Literal",
                                                                                            "start": 2016,
                                                                                            "end": 2020,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1524
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1528
                                                                                              }
                                                                                            },
                                                                                            "value": {},
                                                                                            "rawValue": {},
                                                                                            "raw": "/\"/g",
                                                                                            "regex": {
                                                                                              "pattern": "\"",
                                                                                              "flags": "g"
                                                                                            }
                                                                                          },
                                                                                          {
                                                                                            "type": "BinaryExpression",
                                                                                            "start": 2021,
                                                                                            "end": 2048,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1529
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1556
                                                                                              }
                                                                                            },
                                                                                            "left": {
                                                                                              "type": "CallExpression",
                                                                                              "start": 2021,
                                                                                              "end": 2044,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1529
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1552
                                                                                                }
                                                                                              },
                                                                                              "callee": {
                                                                                                "type": "MemberExpression",
                                                                                                "start": 2021,
                                                                                                "end": 2040,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 1529
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 1548
                                                                                                  }
                                                                                                },
                                                                                                "object": {
                                                                                                  "type": "Identifier",
                                                                                                  "start": 2021,
                                                                                                  "end": 2027,
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 19,
                                                                                                      "column": 1529
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 19,
                                                                                                      "column": 1535
                                                                                                    }
                                                                                                  },
                                                                                                  "name": "String"
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "start": 2028,
                                                                                                  "end": 2040,
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 19,
                                                                                                      "column": 1536
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 19,
                                                                                                      "column": 1548
                                                                                                    }
                                                                                                  },
                                                                                                  "name": "fromCharCode"
                                                                                                },
                                                                                                "computed": false
                                                                                              },
                                                                                              "arguments": [
                                                                                                {
                                                                                                  "type": "Literal",
                                                                                                  "start": 2041,
                                                                                                  "end": 2043,
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 19,
                                                                                                      "column": 1549
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 19,
                                                                                                      "column": 1551
                                                                                                    }
                                                                                                  },
                                                                                                  "value": 92,
                                                                                                  "rawValue": 92,
                                                                                                  "raw": "92"
                                                                                                }
                                                                                              ]
                                                                                            },
                                                                                            "operator": "+",
                                                                                            "right": {
                                                                                              "type": "Literal",
                                                                                              "start": 2045,
                                                                                              "end": 2048,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1553
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1556
                                                                                                }
                                                                                              },
                                                                                              "value": "\"",
                                                                                              "rawValue": "\"",
                                                                                              "raw": "'\"'"
                                                                                            }
                                                                                          }
                                                                                        ]
                                                                                      }
                                                                                    },
                                                                                    "operator": "+",
                                                                                    "right": {
                                                                                      "type": "Literal",
                                                                                      "start": 2050,
                                                                                      "end": 2065,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1558
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1573
                                                                                        }
                                                                                      },
                                                                                      "value": "\");d.close();",
                                                                                      "rawValue": "\");d.close();",
                                                                                      "raw": "'\");d.close();'"
                                                                                    }
                                                                                  }
                                                                                }
                                                                              }
                                                                            ]
                                                                          }
                                                                        },
                                                                        "guardedHandlers": [],
                                                                        "finalizer": null
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 2066,
                                                                        "end": 2072,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 1574
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 1580
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "CallExpression",
                                                                          "start": 2066,
                                                                          "end": 2072,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1574
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1580
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 2066,
                                                                            "end": 2069,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1574
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1577
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 2066,
                                                                              "end": 2067,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1574
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1575
                                                                                }
                                                                              },
                                                                              "name": "a"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 2068,
                                                                              "end": 2069,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1576
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1577
                                                                                }
                                                                              },
                                                                              "name": "P"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Literal",
                                                                              "start": 2070,
                                                                              "end": 2071,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1578
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1579
                                                                                }
                                                                              },
                                                                              "value": 2,
                                                                              "rawValue": 2,
                                                                              "raw": "2"
                                                                            }
                                                                          ]
                                                                        }
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "kind": "var"
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 2074,
                                                            "end": 2094,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 1582
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 1602
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "LogicalExpression",
                                                              "start": 2074,
                                                              "end": 2094,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 1582
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 1602
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 2074,
                                                                "end": 2077,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 1582
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 1585
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2074,
                                                                  "end": 2075,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 1582
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 1583
                                                                    }
                                                                  },
                                                                  "name": "a"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2076,
                                                                  "end": 2077,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 1584
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 1585
                                                                    }
                                                                  },
                                                                  "name": "l"
                                                                },
                                                                "computed": false
                                                              },
                                                              "operator": "&&",
                                                              "right": {
                                                                "type": "CallExpression",
                                                                "start": 2079,
                                                                "end": 2094,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 1587
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 1602
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "Identifier",
                                                                  "start": 2079,
                                                                  "end": 2089,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 1587
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 1597
                                                                    }
                                                                  },
                                                                  "name": "setTimeout"
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 2090,
                                                                    "end": 2091,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 1598
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 1599
                                                                      }
                                                                    },
                                                                    "name": "q"
                                                                  },
                                                                  {
                                                                    "type": "Literal",
                                                                    "start": 2092,
                                                                    "end": 2093,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 1600
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 1601
                                                                      }
                                                                    },
                                                                    "value": 0,
                                                                    "rawValue": 0,
                                                                    "raw": "0"
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          }
                                                        ]
                                                      },
                                                      "parenthesizedExpression": true
                                                    },
                                                    "arguments": []
                                                  }
                                                }
                                              ]
                                            }
                                          },
                                          "arguments": []
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2102,
                                      "end": 2114,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1610
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1622
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 2102,
                                        "end": 2113,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1610
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1621
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 2102,
                                          "end": 2109,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1610
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1617
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2102,
                                            "end": 2106,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 1610
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1614
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2102,
                                              "end": 2103,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 1610
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 1611
                                                }
                                              },
                                              "name": "c"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2104,
                                              "end": 2105,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 1612
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 1613
                                                }
                                              },
                                              "name": "b"
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2107,
                                            "end": 2109,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 1615
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1617
                                              }
                                            },
                                            "name": "lv"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "start": 2110,
                                          "end": 2113,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1618
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1621
                                            }
                                          },
                                          "value": "1",
                                          "rawValue": "1",
                                          "raw": "\"1\""
                                        }
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 2114,
                                      "end": 2125,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1622
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1633
                                        }
                                      },
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 2121,
                                        "end": 2125,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1629
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1633
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2121,
                                          "end": 2122,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1629
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1630
                                            }
                                          },
                                          "name": "c"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2123,
                                          "end": 2124,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1631
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1632
                                            }
                                          },
                                          "name": "b"
                                        },
                                        "computed": true
                                      }
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 2126,
                                "end": 2163,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 1634
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 1671
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 2130,
                                    "end": 2145,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 1638
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 1653
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 2130,
                                      "end": 2131,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1638
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1639
                                        }
                                      },
                                      "name": "o"
                                    },
                                    "init": {
                                      "type": "Literal",
                                      "start": 2132,
                                      "end": 2145,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1640
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1653
                                        }
                                      },
                                      "value": "lightningjs",
                                      "rawValue": "lightningjs",
                                      "raw": "\"lightningjs\""
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 2146,
                                    "end": 2162,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 1654
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 1670
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 2146,
                                      "end": 2147,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1654
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1655
                                        }
                                      },
                                      "name": "k"
                                    },
                                    "init": {
                                      "type": "AssignmentExpression",
                                      "start": 2148,
                                      "end": 2162,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1656
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1670
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2148,
                                        "end": 2157,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1656
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1665
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2148,
                                          "end": 2154,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1656
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1662
                                            }
                                          },
                                          "name": "window"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2155,
                                          "end": 2156,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1663
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1664
                                            }
                                          },
                                          "name": "o"
                                        },
                                        "computed": true
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 2158,
                                        "end": 2162,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1666
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1670
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 2158,
                                          "end": 2159,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1666
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1667
                                            }
                                          },
                                          "name": "g"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 2160,
                                            "end": 2161,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 1668
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1669
                                              }
                                            },
                                            "name": "o"
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 2163,
                                "end": 2175,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 1671
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 1683
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 2163,
                                  "end": 2174,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 1671
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 1682
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 2163,
                                    "end": 2172,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 1671
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 1680
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2163,
                                      "end": 2164,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1671
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1672
                                        }
                                      },
                                      "name": "k"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2165,
                                      "end": 2172,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1673
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1680
                                        }
                                      },
                                      "name": "require"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 2173,
                                    "end": 2174,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 1681
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 1682
                                      }
                                    },
                                    "name": "g"
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 2175,
                                "end": 2186,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 1683
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 1694
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 2175,
                                  "end": 2186,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 1683
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 1694
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 2175,
                                    "end": 2184,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 1683
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 1692
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2175,
                                      "end": 2176,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1683
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1684
                                        }
                                      },
                                      "name": "k"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2177,
                                      "end": 2184,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1685
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1692
                                        }
                                      },
                                      "name": "modules"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 2185,
                                    "end": 2186,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 1693
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 1694
                                      }
                                    },
                                    "name": "c"
                                  }
                                }
                              }
                            ]
                          }
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 2188,
                            "end": 2190,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 1696
                              },
                              "end": {
                                "line": 19,
                                "column": 1698
                              }
                            },
                            "properties": []
                          }
                        ]
                      }
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 2199,
            "end": 2375,
            "loc": {
              "start": {
                "line": 21,
                "column": 2
              },
              "end": {
                "line": 28,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 2199,
              "end": 2211,
              "loc": {
                "start": {
                  "line": 21,
                  "column": 2
                },
                "end": {
                  "line": 21,
                  "column": 14
                }
              },
              "name": "setCustomVar"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 2211,
              "end": 2375,
              "loc": {
                "start": {
                  "line": 21,
                  "column": 14
                },
                "end": {
                  "line": 28,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2212,
                  "end": 2216,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 15
                    },
                    "end": {
                      "line": 21,
                      "column": 19
                    }
                  },
                  "name": "data"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2217,
                "end": 2375,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 20
                  },
                  "end": {
                    "line": 28,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2223,
                    "end": 2371,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2223,
                      "end": 2370,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2223,
                        "end": 2243,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 22,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2223,
                          "end": 2229,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 4
                            },
                            "end": {
                              "line": 22,
                              "column": 10
                            }
                          },
                          "name": "window"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2230,
                          "end": 2243,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 11
                            },
                            "end": {
                              "line": 22,
                              "column": 24
                            }
                          },
                          "name": "usabilla_live"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 2244,
                          "end": 2250,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 25
                            },
                            "end": {
                              "line": 22,
                              "column": 31
                            }
                          },
                          "value": "data",
                          "rawValue": "data",
                          "raw": "\"data\""
                        },
                        {
                          "type": "ObjectExpression",
                          "start": 2252,
                          "end": 2369,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 33
                            },
                            "end": {
                              "line": 27,
                              "column": 5
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 2260,
                              "end": 2363,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 6
                                },
                                "end": {
                                  "line": 26,
                                  "column": 7
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Literal",
                                "start": 2260,
                                "end": 2268,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 14
                                  }
                                },
                                "value": "custom",
                                "rawValue": "custom",
                                "raw": "\"custom\""
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 2270,
                                "end": 2363,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 7
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 2280,
                                    "end": 2293,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 21
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Literal",
                                      "start": 2280,
                                      "end": 2287,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 15
                                        }
                                      },
                                      "value": "place",
                                      "rawValue": "place",
                                      "raw": "\"place\""
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 2289,
                                      "end": 2293,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 21
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 2303,
                                    "end": 2355,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 60
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Literal",
                                      "start": 2303,
                                      "end": 2312,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 17
                                        }
                                      },
                                      "value": "session",
                                      "rawValue": "session",
                                      "raw": "\"session\""
                                    },
                                    "value": {
                                      "type": "LogicalExpression",
                                      "start": 2314,
                                      "end": 2355,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 60
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 2314,
                                        "end": 2349,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 54
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2314,
                                          "end": 2340,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 2314,
                                            "end": 2330,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 35
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2318,
                                              "end": 2328,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 33
                                                }
                                              },
                                              "name": "CookieUtil"
                                            },
                                            "arguments": []
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2331,
                                            "end": 2340,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 45
                                              }
                                            },
                                            "name": "getCookie"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 2341,
                                            "end": 2348,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 53
                                              }
                                            },
                                            "value": "lpUid",
                                            "rawValue": "lpUid",
                                            "raw": "\"lpUid\""
                                          }
                                        ]
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "Literal",
                                        "start": 2353,
                                        "end": 2355,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 60
                                          }
                                        },
                                        "value": "",
                                        "rawValue": "",
                                        "raw": "\"\""
                                      }
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init"
                            }
                          ]
                        }
                      ]
                    }
                  }
                ]
              }
            }
          }
        ]
      },
      "leadingComments": [],
      "name": "_",
      "trailingComments": []
    },
    {
      "type": "Identifier",
      "start": 2379,
      "end": 2403,
      "loc": {
        "start": {
          "line": 31,
          "column": 0
        },
        "end": {
          "line": 31,
          "column": 24
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 2394,
        "end": 2402,
        "loc": {
          "start": {
            "line": 31,
            "column": 15
          },
          "end": {
            "line": 31,
            "column": 23
          }
        },
        "name": "Usabilla"
      },
      "trailingComments": [],
      "name": "_",
      "leadingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 2379,
      "end": 2403,
      "loc": {
        "start": {
          "line": 31,
          "column": 0
        },
        "end": {
          "line": 31,
          "column": 24
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 119,
        "end": 2377,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 29,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 125,
          "end": 133,
          "loc": {
            "start": {
              "line": 5,
              "column": 6
            },
            "end": {
              "line": 5,
              "column": 14
            }
          },
          "name": "Usabilla",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 134,
          "end": 2377,
          "loc": {
            "start": {
              "line": 5,
              "column": 15
            },
            "end": {
              "line": 29,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 138,
              "end": 468,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 16,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 138,
                "end": 157,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 2
                  },
                  "end": {
                    "line": 6,
                    "column": 21
                  }
                },
                "name": "serveMobileOrDestop"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 157,
                "end": 468,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 21
                  },
                  "end": {
                    "line": 16,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 160,
                  "end": 468,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 24
                    },
                    "end": {
                      "line": 16,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 166,
                      "end": 194,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 32
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 170,
                          "end": 193,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 31
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 170,
                            "end": 188,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 26
                              }
                            },
                            "name": "usabillaLiveScript"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 191,
                            "end": 193,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 29
                              },
                              "end": {
                                "line": 7,
                                "column": 31
                              }
                            },
                            "value": "",
                            "rawValue": "",
                            "raw": "\"\""
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 199,
                      "end": 218,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 199,
                        "end": 217,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 22
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 199,
                          "end": 215,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 199,
                            "end": 203,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 4
                              },
                              "end": {
                                "line": 8,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 204,
                            "end": 215,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 9
                              },
                              "end": {
                                "line": 8,
                                "column": 20
                              }
                            },
                            "name": "setupScript"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 224,
                      "end": 354,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "CallExpression",
                        "start": 227,
                        "end": 248,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 7
                          },
                          "end": {
                            "line": 10,
                            "column": 28
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 227,
                          "end": 246,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 7
                            },
                            "end": {
                              "line": 10,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 227,
                            "end": 237,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 7
                              },
                              "end": {
                                "line": 10,
                                "column": 17
                              }
                            },
                            "name": "MobileUtil"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 238,
                            "end": 246,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 18
                              },
                              "end": {
                                "line": 10,
                                "column": 26
                              }
                            },
                            "name": "isMobile"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 249,
                        "end": 299,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 29
                          },
                          "end": {
                            "line": 12,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 257,
                            "end": 293,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 6
                              },
                              "end": {
                                "line": 11,
                                "column": 42
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 257,
                              "end": 292,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 6
                                },
                                "end": {
                                  "line": 11,
                                  "column": 41
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 257,
                                "end": 275,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 24
                                  }
                                },
                                "name": "usabillaLiveScript"
                              },
                              "right": {
                                "type": "Literal",
                                "start": 278,
                                "end": 292,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 41
                                  }
                                },
                                "value": "cd92fa18ad96",
                                "rawValue": "cd92fa18ad96",
                                "raw": "\"cd92fa18ad96\""
                              }
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 304,
                        "end": 354,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 10
                          },
                          "end": {
                            "line": 14,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 312,
                            "end": 348,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 6
                              },
                              "end": {
                                "line": 13,
                                "column": 42
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 312,
                              "end": 347,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 6
                                },
                                "end": {
                                  "line": 13,
                                  "column": 41
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 312,
                                "end": 330,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 24
                                  }
                                },
                                "name": "usabillaLiveScript"
                              },
                              "right": {
                                "type": "Literal",
                                "start": 333,
                                "end": 347,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 41
                                  }
                                },
                                "value": "fcbe92690840",
                                "rawValue": "fcbe92690840",
                                "raw": "\"fcbe92690840\""
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 359,
                      "end": 464,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 109
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 359,
                        "end": 463,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 4
                          },
                          "end": {
                            "line": 15,
                            "column": 108
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 359,
                          "end": 379,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 15,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 359,
                            "end": 365,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 4
                              },
                              "end": {
                                "line": 15,
                                "column": 10
                              }
                            },
                            "name": "window"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 366,
                            "end": 379,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 11
                              },
                              "end": {
                                "line": 15,
                                "column": 24
                              }
                            },
                            "name": "usabilla_live"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 382,
                          "end": 463,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 27
                            },
                            "end": {
                              "line": 15,
                              "column": 108
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 382,
                            "end": 401,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 27
                              },
                              "end": {
                                "line": 15,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 382,
                              "end": 393,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 27
                                },
                                "end": {
                                  "line": 15,
                                  "column": 38
                                }
                              },
                              "name": "lightningjs"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 394,
                              "end": 401,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 39
                                },
                                "end": {
                                  "line": 15,
                                  "column": 46
                                }
                              },
                              "name": "require"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 402,
                              "end": 417,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 47
                                },
                                "end": {
                                  "line": 15,
                                  "column": 62
                                }
                              },
                              "value": "usabilla_live",
                              "rawValue": "usabilla_live",
                              "raw": "\"usabilla_live\""
                            },
                            {
                              "type": "TemplateLiteral",
                              "start": 419,
                              "end": 462,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 64
                                },
                                "end": {
                                  "line": 15,
                                  "column": 107
                                }
                              },
                              "expressions": [
                                {
                                  "type": "Identifier",
                                  "start": 439,
                                  "end": 457,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 84
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 102
                                    }
                                  },
                                  "name": "usabillaLiveScript"
                                }
                              ],
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "start": 420,
                                  "end": 437,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 82
                                    }
                                  },
                                  "value": {
                                    "raw": "//w.usabilla.com/",
                                    "cooked": "//w.usabilla.com/"
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 458,
                                  "end": 461,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 103
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 106
                                    }
                                  },
                                  "value": {
                                    "raw": ".js",
                                    "cooked": ".js"
                                  },
                                  "tail": true
                                }
                              ]
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 471,
              "end": 2196,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 2
                },
                "end": {
                  "line": 20,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 471,
                "end": 482,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 2
                  },
                  "end": {
                    "line": 17,
                    "column": 13
                  }
                },
                "name": "setupScript"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 482,
                "end": 2196,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 13
                  },
                  "end": {
                    "line": 20,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 485,
                  "end": 2196,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 16
                    },
                    "end": {
                      "line": 20,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 496,
                      "end": 2192,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 1700
                        }
                      },
                      "expression": {
                        "type": "LogicalExpression",
                        "start": 496,
                        "end": 2191,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 19,
                            "column": 1699
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 496,
                          "end": 514,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 496,
                            "end": 502,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 4
                              },
                              "end": {
                                "line": 19,
                                "column": 10
                              }
                            },
                            "name": "window"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 503,
                            "end": 514,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 11
                              },
                              "end": {
                                "line": 19,
                                "column": 22
                              }
                            },
                            "name": "lightningjs"
                          },
                          "computed": false
                        },
                        "operator": "||",
                        "right": {
                          "type": "CallExpression",
                          "start": 516,
                          "end": 2191,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 24
                            },
                            "end": {
                              "line": 19,
                              "column": 1699
                            }
                          },
                          "callee": {
                            "type": "FunctionExpression",
                            "start": 516,
                            "end": 2187,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 24
                              },
                              "end": {
                                "line": 19,
                                "column": 1695
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 525,
                                "end": 526,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 34
                                  }
                                },
                                "name": "c"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 527,
                              "end": 2187,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 35
                                },
                                "end": {
                                  "line": 19,
                                  "column": 1695
                                }
                              },
                              "body": [
                                {
                                  "type": "FunctionDeclaration",
                                  "start": 528,
                                  "end": 2126,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 1634
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 537,
                                    "end": 538,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 46
                                      }
                                    },
                                    "name": "g"
                                  },
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 539,
                                      "end": 540,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 48
                                        }
                                      },
                                      "name": "b"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 541,
                                      "end": 542,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 50
                                        }
                                      },
                                      "name": "d"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 543,
                                    "end": 2126,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 1634
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 544,
                                        "end": 582,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 90
                                          }
                                        },
                                        "expression": {
                                          "type": "LogicalExpression",
                                          "start": 544,
                                          "end": 581,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 89
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 544,
                                            "end": 545,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 53
                                              }
                                            },
                                            "name": "d"
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "AssignmentExpression",
                                            "start": 548,
                                            "end": 580,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 88
                                              }
                                            },
                                            "operator": "+=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 548,
                                              "end": 549,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 57
                                                }
                                              },
                                              "name": "d"
                                            },
                                            "right": {
                                              "type": "BinaryExpression",
                                              "start": 551,
                                              "end": 580,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 88
                                                }
                                              },
                                              "left": {
                                                "type": "ConditionalExpression",
                                                "start": 552,
                                                "end": 572,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 80
                                                  }
                                                },
                                                "test": {
                                                  "type": "CallExpression",
                                                  "start": 552,
                                                  "end": 564,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 72
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 552,
                                                    "end": 561,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 69
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Literal",
                                                      "start": 552,
                                                      "end": 556,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 64
                                                        }
                                                      },
                                                      "value": {},
                                                      "rawValue": {},
                                                      "raw": "/\\?/",
                                                      "regex": {
                                                        "pattern": "\\?",
                                                        "flags": ""
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 557,
                                                      "end": 561,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 69
                                                        }
                                                      },
                                                      "name": "test"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 562,
                                                      "end": 563,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 71
                                                        }
                                                      },
                                                      "name": "d"
                                                    }
                                                  ]
                                                },
                                                "consequent": {
                                                  "type": "Literal",
                                                  "start": 565,
                                                  "end": 568,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 73
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 76
                                                    }
                                                  },
                                                  "value": "&",
                                                  "rawValue": "&",
                                                  "raw": "\"&\""
                                                },
                                                "alternate": {
                                                  "type": "Literal",
                                                  "start": 569,
                                                  "end": 572,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 80
                                                    }
                                                  },
                                                  "value": "?",
                                                  "rawValue": "?",
                                                  "raw": "\"?\""
                                                },
                                                "parenthesizedExpression": true
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "Literal",
                                                "start": 574,
                                                "end": 580,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 82
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 88
                                                  }
                                                },
                                                "value": "lv=1",
                                                "rawValue": "lv=1",
                                                "raw": "\"lv=1\""
                                              }
                                            },
                                            "parenthesizedExpression": true
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 582,
                                        "end": 2102,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 90
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1610
                                          }
                                        },
                                        "expression": {
                                          "type": "LogicalExpression",
                                          "start": 582,
                                          "end": 2101,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 90
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1609
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 582,
                                            "end": 586,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 90
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 94
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 582,
                                              "end": 583,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 90
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 91
                                                }
                                              },
                                              "name": "c"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 584,
                                              "end": 585,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 92
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 93
                                                }
                                              },
                                              "name": "b"
                                            },
                                            "computed": true
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 588,
                                            "end": 2101,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1609
                                              }
                                            },
                                            "callee": {
                                              "type": "FunctionExpression",
                                              "start": 588,
                                              "end": 2099,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 96
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 1607
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 598,
                                                "end": 2099,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 106
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 1607
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 599,
                                                    "end": 662,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 107
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 170
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 603,
                                                        "end": 611,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 111
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 119
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 603,
                                                          "end": 604,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 111
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 112
                                                            }
                                                          },
                                                          "name": "i"
                                                        },
                                                        "init": {
                                                          "type": "Identifier",
                                                          "start": 605,
                                                          "end": 611,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 113
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 119
                                                            }
                                                          },
                                                          "name": "window"
                                                        }
                                                      },
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 612,
                                                        "end": 622,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 120
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 130
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 612,
                                                          "end": 613,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 120
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 121
                                                            }
                                                          },
                                                          "name": "h"
                                                        },
                                                        "init": {
                                                          "type": "Identifier",
                                                          "start": 614,
                                                          "end": 622,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 122
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 130
                                                            }
                                                          },
                                                          "name": "document"
                                                        }
                                                      },
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 623,
                                                        "end": 626,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 131
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 134
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 623,
                                                          "end": 624,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 131
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 132
                                                            }
                                                          },
                                                          "name": "j"
                                                        },
                                                        "init": {
                                                          "type": "Identifier",
                                                          "start": 625,
                                                          "end": 626,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 133
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 134
                                                            }
                                                          },
                                                          "name": "b"
                                                        }
                                                      },
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 627,
                                                        "end": 648,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 135
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 156
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 627,
                                                          "end": 628,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 135
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 136
                                                            }
                                                          },
                                                          "name": "g"
                                                        },
                                                        "init": {
                                                          "type": "MemberExpression",
                                                          "start": 629,
                                                          "end": 648,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 137
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 156
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 629,
                                                            "end": 639,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 137
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 147
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 629,
                                                              "end": 630,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 137
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 138
                                                                }
                                                              },
                                                              "name": "h"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 631,
                                                              "end": 639,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 139
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 147
                                                                }
                                                              },
                                                              "name": "location"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 640,
                                                            "end": 648,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 148
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 156
                                                              }
                                                            },
                                                            "name": "protocol"
                                                          },
                                                          "computed": false
                                                        }
                                                      },
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 649,
                                                        "end": 657,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 157
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 165
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 649,
                                                          "end": 650,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 157
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 158
                                                            }
                                                          },
                                                          "name": "l"
                                                        },
                                                        "init": {
                                                          "type": "Literal",
                                                          "start": 651,
                                                          "end": 657,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 159
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 165
                                                            }
                                                          },
                                                          "value": "load",
                                                          "rawValue": "load",
                                                          "raw": "\"load\""
                                                        }
                                                      },
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 658,
                                                        "end": 661,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 166
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 169
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 658,
                                                          "end": 659,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 166
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 167
                                                            }
                                                          },
                                                          "name": "k"
                                                        },
                                                        "init": {
                                                          "type": "Literal",
                                                          "start": 660,
                                                          "end": 661,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 168
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 169
                                                            }
                                                          },
                                                          "value": 0,
                                                          "rawValue": 0,
                                                          "raw": "0"
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 662,
                                                    "end": 2098,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 170
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 1606
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 662,
                                                      "end": 2098,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 170
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 1606
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "FunctionExpression",
                                                        "start": 663,
                                                        "end": 2095,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 171
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 1603
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": false,
                                                        "async": false,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "start": 673,
                                                          "end": 2095,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 181
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 1603
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "FunctionDeclaration",
                                                              "start": 674,
                                                              "end": 714,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 182
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 222
                                                                }
                                                              },
                                                              "id": {
                                                                "type": "Identifier",
                                                                "start": 683,
                                                                "end": 684,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 191
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 192
                                                                  }
                                                                },
                                                                "name": "b"
                                                              },
                                                              "generator": false,
                                                              "expression": false,
                                                              "async": false,
                                                              "params": [],
                                                              "body": {
                                                                "type": "BlockStatement",
                                                                "start": 686,
                                                                "end": 714,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 194
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 222
                                                                  }
                                                                },
                                                                "body": [
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "start": 687,
                                                                    "end": 694,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 195
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 202
                                                                      }
                                                                    },
                                                                    "expression": {
                                                                      "type": "CallExpression",
                                                                      "start": 687,
                                                                      "end": 693,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 195
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 201
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "MemberExpression",
                                                                        "start": 687,
                                                                        "end": 690,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 195
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 198
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 687,
                                                                          "end": 688,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 195
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 196
                                                                            }
                                                                          },
                                                                          "name": "a"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 689,
                                                                          "end": 690,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 197
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 198
                                                                            }
                                                                          },
                                                                          "name": "P"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "Identifier",
                                                                          "start": 691,
                                                                          "end": 692,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 199
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 200
                                                                            }
                                                                          },
                                                                          "name": "l"
                                                                        }
                                                                      ]
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "start": 694,
                                                                    "end": 700,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 202
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 208
                                                                      }
                                                                    },
                                                                    "expression": {
                                                                      "type": "AssignmentExpression",
                                                                      "start": 694,
                                                                      "end": 699,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 202
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 207
                                                                        }
                                                                      },
                                                                      "operator": "=",
                                                                      "left": {
                                                                        "type": "MemberExpression",
                                                                        "start": 694,
                                                                        "end": 697,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 202
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 205
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 694,
                                                                          "end": 695,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 202
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 203
                                                                            }
                                                                          },
                                                                          "name": "a"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 696,
                                                                          "end": 697,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 204
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 205
                                                                            }
                                                                          },
                                                                          "name": "w"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "right": {
                                                                        "type": "Literal",
                                                                        "start": 698,
                                                                        "end": 699,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 206
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 207
                                                                          }
                                                                        },
                                                                        "value": 1,
                                                                        "rawValue": 1,
                                                                        "raw": "1"
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "start": 700,
                                                                    "end": 713,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 208
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 221
                                                                      }
                                                                    },
                                                                    "expression": {
                                                                      "type": "CallExpression",
                                                                      "start": 700,
                                                                      "end": 713,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 208
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 221
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "MemberExpression",
                                                                        "start": 700,
                                                                        "end": 704,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 208
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 212
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 700,
                                                                          "end": 701,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 208
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 209
                                                                            }
                                                                          },
                                                                          "name": "c"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 702,
                                                                          "end": 703,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 210
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 211
                                                                            }
                                                                          },
                                                                          "name": "j"
                                                                        },
                                                                        "computed": true
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "Literal",
                                                                          "start": 705,
                                                                          "end": 712,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 213
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 220
                                                                            }
                                                                          },
                                                                          "value": "_load",
                                                                          "rawValue": "_load",
                                                                          "raw": "\"_load\""
                                                                        }
                                                                      ]
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 714,
                                                              "end": 1010,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 222
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 518
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 714,
                                                                "end": 1009,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 222
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 517
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 714,
                                                                  "end": 718,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 222
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 226
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 714,
                                                                    "end": 715,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 222
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 223
                                                                      }
                                                                    },
                                                                    "name": "c"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 716,
                                                                    "end": 717,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 224
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 225
                                                                      }
                                                                    },
                                                                    "name": "j"
                                                                  },
                                                                  "computed": true
                                                                },
                                                                "right": {
                                                                  "type": "FunctionExpression",
                                                                  "start": 719,
                                                                  "end": 1009,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 227
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 517
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 729,
                                                                    "end": 1009,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 237
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 517
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "FunctionDeclaration",
                                                                        "start": 730,
                                                                        "end": 781,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 238
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 289
                                                                          }
                                                                        },
                                                                        "id": {
                                                                          "type": "Identifier",
                                                                          "start": 739,
                                                                          "end": 740,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 247
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 248
                                                                            }
                                                                          },
                                                                          "name": "m"
                                                                        },
                                                                        "generator": false,
                                                                        "expression": false,
                                                                        "async": false,
                                                                        "params": [],
                                                                        "body": {
                                                                          "type": "BlockStatement",
                                                                          "start": 742,
                                                                          "end": 781,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 250
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 289
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ExpressionStatement",
                                                                              "start": 743,
                                                                              "end": 750,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 251
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 258
                                                                                }
                                                                              },
                                                                              "expression": {
                                                                                "type": "AssignmentExpression",
                                                                                "start": 743,
                                                                                "end": 749,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 251
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 257
                                                                                  }
                                                                                },
                                                                                "operator": "=",
                                                                                "left": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 743,
                                                                                  "end": 747,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 251
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 255
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 743,
                                                                                    "end": 744,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 251
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 252
                                                                                      }
                                                                                    },
                                                                                    "name": "m"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 745,
                                                                                    "end": 747,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 253
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 255
                                                                                      }
                                                                                    },
                                                                                    "name": "id"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "right": {
                                                                                  "type": "Identifier",
                                                                                  "start": 748,
                                                                                  "end": 749,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 256
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 257
                                                                                    }
                                                                                  },
                                                                                  "name": "e"
                                                                                }
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 750,
                                                                              "end": 780,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 258
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 288
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 757,
                                                                                "end": 780,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 265
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 288
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 757,
                                                                                  "end": 767,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 265
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 275
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 757,
                                                                                    "end": 761,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 265
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 269
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 757,
                                                                                      "end": 758,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 265
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 266
                                                                                        }
                                                                                      },
                                                                                      "name": "c"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 759,
                                                                                      "end": 760,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 267
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 268
                                                                                        }
                                                                                      },
                                                                                      "name": "j"
                                                                                    },
                                                                                    "computed": true
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 762,
                                                                                    "end": 767,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 270
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 275
                                                                                      }
                                                                                    },
                                                                                    "name": "apply"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "start": 768,
                                                                                    "end": 769,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 276
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 277
                                                                                      }
                                                                                    },
                                                                                    "name": "m"
                                                                                  },
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "start": 770,
                                                                                    "end": 779,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 278
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 287
                                                                                      }
                                                                                    },
                                                                                    "name": "arguments"
                                                                                  }
                                                                                ]
                                                                              }
                                                                            }
                                                                          ]
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "VariableDeclaration",
                                                                        "start": 781,
                                                                        "end": 793,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 289
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 301
                                                                          }
                                                                        },
                                                                        "declarations": [
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 785,
                                                                            "end": 786,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 293
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 294
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 785,
                                                                              "end": 786,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 293
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 294
                                                                                }
                                                                              },
                                                                              "name": "b"
                                                                            },
                                                                            "init": null
                                                                          },
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "start": 787,
                                                                            "end": 792,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 295
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 300
                                                                              }
                                                                            },
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "start": 787,
                                                                              "end": 788,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 295
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 296
                                                                                }
                                                                              },
                                                                              "name": "e"
                                                                            },
                                                                            "init": {
                                                                              "type": "UpdateExpression",
                                                                              "start": 789,
                                                                              "end": 792,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 297
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 300
                                                                                }
                                                                              },
                                                                              "operator": "++",
                                                                              "prefix": true,
                                                                              "argument": {
                                                                                "type": "Identifier",
                                                                                "start": 791,
                                                                                "end": 792,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 299
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 300
                                                                                  }
                                                                                },
                                                                                "name": "k"
                                                                              }
                                                                            }
                                                                          }
                                                                        ],
                                                                        "kind": "var"
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 793,
                                                                        "end": 822,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 301
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 330
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "AssignmentExpression",
                                                                          "start": 793,
                                                                          "end": 821,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 301
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 329
                                                                            }
                                                                          },
                                                                          "operator": "=",
                                                                          "left": {
                                                                            "type": "Identifier",
                                                                            "start": 793,
                                                                            "end": 794,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 301
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 302
                                                                              }
                                                                            },
                                                                            "name": "b"
                                                                          },
                                                                          "right": {
                                                                            "type": "ConditionalExpression",
                                                                            "start": 795,
                                                                            "end": 821,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 303
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 329
                                                                              }
                                                                            },
                                                                            "test": {
                                                                              "type": "LogicalExpression",
                                                                              "start": 795,
                                                                              "end": 808,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 303
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 316
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "ThisExpression",
                                                                                "start": 795,
                                                                                "end": 799,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 303
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 307
                                                                                  }
                                                                                }
                                                                              },
                                                                              "operator": "&&",
                                                                              "right": {
                                                                                "type": "BinaryExpression",
                                                                                "start": 801,
                                                                                "end": 808,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 309
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 316
                                                                                  }
                                                                                },
                                                                                "left": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 801,
                                                                                  "end": 805,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 309
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 313
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "operator": "!=",
                                                                                "right": {
                                                                                  "type": "Identifier",
                                                                                  "start": 807,
                                                                                  "end": 808,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 315
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 316
                                                                                    }
                                                                                  },
                                                                                  "name": "i"
                                                                                }
                                                                              }
                                                                            },
                                                                            "consequent": {
                                                                              "type": "LogicalExpression",
                                                                              "start": 809,
                                                                              "end": 819,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 317
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 327
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 809,
                                                                                "end": 816,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 317
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 324
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 809,
                                                                                  "end": 813,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 317
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 321
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 814,
                                                                                  "end": 816,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 322
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 324
                                                                                    }
                                                                                  },
                                                                                  "name": "id"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "operator": "||",
                                                                              "right": {
                                                                                "type": "Literal",
                                                                                "start": 818,
                                                                                "end": 819,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 326
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 327
                                                                                  }
                                                                                },
                                                                                "value": 0,
                                                                                "rawValue": 0,
                                                                                "raw": "0"
                                                                              }
                                                                            },
                                                                            "alternate": {
                                                                              "type": "Literal",
                                                                              "start": 820,
                                                                              "end": 821,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 328
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 329
                                                                                }
                                                                              },
                                                                              "value": 0,
                                                                              "rawValue": 0,
                                                                              "raw": "0"
                                                                            }
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 822,
                                                                        "end": 858,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 330
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 366
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "CallExpression",
                                                                          "start": 822,
                                                                          "end": 857,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 330
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 365
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 822,
                                                                            "end": 840,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 330
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 348
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "AssignmentExpression",
                                                                              "start": 823,
                                                                              "end": 834,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 331
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 342
                                                                                }
                                                                              },
                                                                              "operator": "=",
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 823,
                                                                                "end": 826,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 331
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 334
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 823,
                                                                                  "end": 824,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 331
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 332
                                                                                    }
                                                                                  },
                                                                                  "name": "a"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 825,
                                                                                  "end": 826,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 333
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 334
                                                                                    }
                                                                                  },
                                                                                  "name": "s"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "right": {
                                                                                "type": "LogicalExpression",
                                                                                "start": 827,
                                                                                "end": 834,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 335
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 342
                                                                                  }
                                                                                },
                                                                                "left": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 827,
                                                                                  "end": 830,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 335
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 338
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 827,
                                                                                    "end": 828,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 335
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 336
                                                                                      }
                                                                                    },
                                                                                    "name": "a"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 829,
                                                                                    "end": 830,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 337
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 338
                                                                                      }
                                                                                    },
                                                                                    "name": "s"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "operator": "||",
                                                                                "right": {
                                                                                  "type": "ArrayExpression",
                                                                                  "start": 832,
                                                                                  "end": 834,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 340
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 342
                                                                                    }
                                                                                  },
                                                                                  "elements": []
                                                                                }
                                                                              },
                                                                              "parenthesizedExpression": true
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 836,
                                                                              "end": 840,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 344
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 348
                                                                                }
                                                                              },
                                                                              "name": "push"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "ArrayExpression",
                                                                              "start": 841,
                                                                              "end": 856,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 349
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 364
                                                                                }
                                                                              },
                                                                              "elements": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 842,
                                                                                  "end": 843,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 350
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 351
                                                                                    }
                                                                                  },
                                                                                  "name": "e"
                                                                                },
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 844,
                                                                                  "end": 845,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 352
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 353
                                                                                    }
                                                                                  },
                                                                                  "name": "b"
                                                                                },
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 846,
                                                                                  "end": 855,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 354
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 363
                                                                                    }
                                                                                  },
                                                                                  "name": "arguments"
                                                                                }
                                                                              ]
                                                                            }
                                                                          ]
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 858,
                                                                        "end": 1000,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 366
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 508
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "AssignmentExpression",
                                                                          "start": 858,
                                                                          "end": 999,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 366
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 507
                                                                            }
                                                                          },
                                                                          "operator": "=",
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 858,
                                                                            "end": 864,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 366
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 372
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 858,
                                                                              "end": 859,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 366
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 367
                                                                                }
                                                                              },
                                                                              "name": "m"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 860,
                                                                              "end": 864,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 368
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 372
                                                                                }
                                                                              },
                                                                              "name": "then"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "right": {
                                                                            "type": "FunctionExpression",
                                                                            "start": 865,
                                                                            "end": 999,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 373
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 507
                                                                              }
                                                                            },
                                                                            "id": null,
                                                                            "generator": false,
                                                                            "expression": false,
                                                                            "async": false,
                                                                            "params": [
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 874,
                                                                                "end": 875,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 382
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 383
                                                                                  }
                                                                                },
                                                                                "name": "b"
                                                                              },
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 876,
                                                                                "end": 877,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 384
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 385
                                                                                  }
                                                                                },
                                                                                "name": "c"
                                                                              },
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 878,
                                                                                "end": 879,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 386
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 387
                                                                                  }
                                                                                },
                                                                                "name": "h"
                                                                              }
                                                                            ],
                                                                            "body": {
                                                                              "type": "BlockStatement",
                                                                              "start": 880,
                                                                              "end": 999,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 388
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 507
                                                                                }
                                                                              },
                                                                              "body": [
                                                                                {
                                                                                  "type": "VariableDeclaration",
                                                                                  "start": 881,
                                                                                  "end": 951,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 389
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 459
                                                                                    }
                                                                                  },
                                                                                  "declarations": [
                                                                                    {
                                                                                      "type": "VariableDeclarator",
                                                                                      "start": 885,
                                                                                      "end": 906,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 393
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 414
                                                                                        }
                                                                                      },
                                                                                      "id": {
                                                                                        "type": "Identifier",
                                                                                        "start": 885,
                                                                                        "end": 886,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 393
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 394
                                                                                          }
                                                                                        },
                                                                                        "name": "d"
                                                                                      },
                                                                                      "init": {
                                                                                        "type": "AssignmentExpression",
                                                                                        "start": 887,
                                                                                        "end": 906,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 395
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 414
                                                                                          }
                                                                                        },
                                                                                        "operator": "=",
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 887,
                                                                                          "end": 894,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 395
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 402
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 887,
                                                                                            "end": 891,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 395
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 399
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "Identifier",
                                                                                              "start": 887,
                                                                                              "end": 888,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 395
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 396
                                                                                                }
                                                                                              },
                                                                                              "name": "a"
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 889,
                                                                                              "end": 891,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 397
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 399
                                                                                                }
                                                                                              },
                                                                                              "name": "fh"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 892,
                                                                                            "end": 893,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 400
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 401
                                                                                              }
                                                                                            },
                                                                                            "name": "e"
                                                                                          },
                                                                                          "computed": true
                                                                                        },
                                                                                        "right": {
                                                                                          "type": "LogicalExpression",
                                                                                          "start": 895,
                                                                                          "end": 906,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 403
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 414
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 895,
                                                                                            "end": 902,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 403
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 410
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 895,
                                                                                              "end": 899,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 403
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 407
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "Identifier",
                                                                                                "start": 895,
                                                                                                "end": 896,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 403
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 404
                                                                                                  }
                                                                                                },
                                                                                                "name": "a"
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 897,
                                                                                                "end": 899,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 405
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 407
                                                                                                  }
                                                                                                },
                                                                                                "name": "fh"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 900,
                                                                                              "end": 901,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 408
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 409
                                                                                                }
                                                                                              },
                                                                                              "name": "e"
                                                                                            },
                                                                                            "computed": true
                                                                                          },
                                                                                          "operator": "||",
                                                                                          "right": {
                                                                                            "type": "ArrayExpression",
                                                                                            "start": 904,
                                                                                            "end": 906,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 412
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 414
                                                                                              }
                                                                                            },
                                                                                            "elements": []
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    {
                                                                                      "type": "VariableDeclarator",
                                                                                      "start": 907,
                                                                                      "end": 928,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 415
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 436
                                                                                        }
                                                                                      },
                                                                                      "id": {
                                                                                        "type": "Identifier",
                                                                                        "start": 907,
                                                                                        "end": 908,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 415
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 416
                                                                                          }
                                                                                        },
                                                                                        "name": "j"
                                                                                      },
                                                                                      "init": {
                                                                                        "type": "AssignmentExpression",
                                                                                        "start": 909,
                                                                                        "end": 928,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 417
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 436
                                                                                          }
                                                                                        },
                                                                                        "operator": "=",
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 909,
                                                                                          "end": 916,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 417
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 424
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 909,
                                                                                            "end": 913,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 417
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 421
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "Identifier",
                                                                                              "start": 909,
                                                                                              "end": 910,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 417
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 418
                                                                                                }
                                                                                              },
                                                                                              "name": "a"
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 911,
                                                                                              "end": 913,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 419
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 421
                                                                                                }
                                                                                              },
                                                                                              "name": "eh"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 914,
                                                                                            "end": 915,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 422
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 423
                                                                                              }
                                                                                            },
                                                                                            "name": "e"
                                                                                          },
                                                                                          "computed": true
                                                                                        },
                                                                                        "right": {
                                                                                          "type": "LogicalExpression",
                                                                                          "start": 917,
                                                                                          "end": 928,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 425
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 436
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 917,
                                                                                            "end": 924,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 425
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 432
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 917,
                                                                                              "end": 921,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 425
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 429
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "Identifier",
                                                                                                "start": 917,
                                                                                                "end": 918,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 425
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 426
                                                                                                  }
                                                                                                },
                                                                                                "name": "a"
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 919,
                                                                                                "end": 921,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 427
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 429
                                                                                                  }
                                                                                                },
                                                                                                "name": "eh"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 922,
                                                                                              "end": 923,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 430
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 431
                                                                                                }
                                                                                              },
                                                                                              "name": "e"
                                                                                            },
                                                                                            "computed": true
                                                                                          },
                                                                                          "operator": "||",
                                                                                          "right": {
                                                                                            "type": "ArrayExpression",
                                                                                            "start": 926,
                                                                                            "end": 928,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 434
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 436
                                                                                              }
                                                                                            },
                                                                                            "elements": []
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    {
                                                                                      "type": "VariableDeclarator",
                                                                                      "start": 929,
                                                                                      "end": 950,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 437
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 458
                                                                                        }
                                                                                      },
                                                                                      "id": {
                                                                                        "type": "Identifier",
                                                                                        "start": 929,
                                                                                        "end": 930,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 437
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 438
                                                                                          }
                                                                                        },
                                                                                        "name": "f"
                                                                                      },
                                                                                      "init": {
                                                                                        "type": "AssignmentExpression",
                                                                                        "start": 931,
                                                                                        "end": 950,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 439
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 458
                                                                                          }
                                                                                        },
                                                                                        "operator": "=",
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 931,
                                                                                          "end": 938,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 439
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 446
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 931,
                                                                                            "end": 935,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 439
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 443
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "Identifier",
                                                                                              "start": 931,
                                                                                              "end": 932,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 439
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 440
                                                                                                }
                                                                                              },
                                                                                              "name": "a"
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 933,
                                                                                              "end": 935,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 441
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 443
                                                                                                }
                                                                                              },
                                                                                              "name": "ph"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 936,
                                                                                            "end": 937,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 444
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 445
                                                                                              }
                                                                                            },
                                                                                            "name": "e"
                                                                                          },
                                                                                          "computed": true
                                                                                        },
                                                                                        "right": {
                                                                                          "type": "LogicalExpression",
                                                                                          "start": 939,
                                                                                          "end": 950,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 447
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 458
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 939,
                                                                                            "end": 946,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 447
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 454
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 939,
                                                                                              "end": 943,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 447
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 451
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "Identifier",
                                                                                                "start": 939,
                                                                                                "end": 940,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 447
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 448
                                                                                                  }
                                                                                                },
                                                                                                "name": "a"
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 941,
                                                                                                "end": 943,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 449
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 451
                                                                                                  }
                                                                                                },
                                                                                                "name": "ph"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 944,
                                                                                              "end": 945,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 452
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 453
                                                                                                }
                                                                                              },
                                                                                              "name": "e"
                                                                                            },
                                                                                            "computed": true
                                                                                          },
                                                                                          "operator": "||",
                                                                                          "right": {
                                                                                            "type": "ArrayExpression",
                                                                                            "start": 948,
                                                                                            "end": 950,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 456
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 458
                                                                                              }
                                                                                            },
                                                                                            "elements": []
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  ],
                                                                                  "kind": "var"
                                                                                },
                                                                                {
                                                                                  "type": "ExpressionStatement",
                                                                                  "start": 951,
                                                                                  "end": 964,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 459
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 472
                                                                                    }
                                                                                  },
                                                                                  "expression": {
                                                                                    "type": "LogicalExpression",
                                                                                    "start": 951,
                                                                                    "end": 963,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 459
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 471
                                                                                      }
                                                                                    },
                                                                                    "left": {
                                                                                      "type": "Identifier",
                                                                                      "start": 951,
                                                                                      "end": 952,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 459
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 460
                                                                                        }
                                                                                      },
                                                                                      "name": "b"
                                                                                    },
                                                                                    "operator": "&&",
                                                                                    "right": {
                                                                                      "type": "CallExpression",
                                                                                      "start": 954,
                                                                                      "end": 963,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 462
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 471
                                                                                        }
                                                                                      },
                                                                                      "callee": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 954,
                                                                                        "end": 960,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 462
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 468
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 954,
                                                                                          "end": 955,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 462
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 463
                                                                                            }
                                                                                          },
                                                                                          "name": "d"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 956,
                                                                                          "end": 960,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 464
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 468
                                                                                            }
                                                                                          },
                                                                                          "name": "push"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "arguments": [
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 961,
                                                                                          "end": 962,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 469
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 470
                                                                                            }
                                                                                          },
                                                                                          "name": "b"
                                                                                        }
                                                                                      ]
                                                                                    }
                                                                                  }
                                                                                },
                                                                                {
                                                                                  "type": "ExpressionStatement",
                                                                                  "start": 964,
                                                                                  "end": 977,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 472
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 485
                                                                                    }
                                                                                  },
                                                                                  "expression": {
                                                                                    "type": "LogicalExpression",
                                                                                    "start": 964,
                                                                                    "end": 976,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 472
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 484
                                                                                      }
                                                                                    },
                                                                                    "left": {
                                                                                      "type": "Identifier",
                                                                                      "start": 964,
                                                                                      "end": 965,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 472
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 473
                                                                                        }
                                                                                      },
                                                                                      "name": "c"
                                                                                    },
                                                                                    "operator": "&&",
                                                                                    "right": {
                                                                                      "type": "CallExpression",
                                                                                      "start": 967,
                                                                                      "end": 976,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 475
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 484
                                                                                        }
                                                                                      },
                                                                                      "callee": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 967,
                                                                                        "end": 973,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 475
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 481
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 967,
                                                                                          "end": 968,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 475
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 476
                                                                                            }
                                                                                          },
                                                                                          "name": "j"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 969,
                                                                                          "end": 973,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 477
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 481
                                                                                            }
                                                                                          },
                                                                                          "name": "push"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "arguments": [
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 974,
                                                                                          "end": 975,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 482
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 483
                                                                                            }
                                                                                          },
                                                                                          "name": "c"
                                                                                        }
                                                                                      ]
                                                                                    }
                                                                                  }
                                                                                },
                                                                                {
                                                                                  "type": "ExpressionStatement",
                                                                                  "start": 977,
                                                                                  "end": 990,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 485
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 498
                                                                                    }
                                                                                  },
                                                                                  "expression": {
                                                                                    "type": "LogicalExpression",
                                                                                    "start": 977,
                                                                                    "end": 989,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 485
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 497
                                                                                      }
                                                                                    },
                                                                                    "left": {
                                                                                      "type": "Identifier",
                                                                                      "start": 977,
                                                                                      "end": 978,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 485
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 486
                                                                                        }
                                                                                      },
                                                                                      "name": "h"
                                                                                    },
                                                                                    "operator": "&&",
                                                                                    "right": {
                                                                                      "type": "CallExpression",
                                                                                      "start": 980,
                                                                                      "end": 989,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 488
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 497
                                                                                        }
                                                                                      },
                                                                                      "callee": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 980,
                                                                                        "end": 986,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 488
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 494
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 980,
                                                                                          "end": 981,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 488
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 489
                                                                                            }
                                                                                          },
                                                                                          "name": "f"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 982,
                                                                                          "end": 986,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 490
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 494
                                                                                            }
                                                                                          },
                                                                                          "name": "push"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "arguments": [
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 987,
                                                                                          "end": 988,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 495
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 496
                                                                                            }
                                                                                          },
                                                                                          "name": "h"
                                                                                        }
                                                                                      ]
                                                                                    }
                                                                                  }
                                                                                },
                                                                                {
                                                                                  "type": "ReturnStatement",
                                                                                  "start": 990,
                                                                                  "end": 998,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 498
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 506
                                                                                    }
                                                                                  },
                                                                                  "argument": {
                                                                                    "type": "Identifier",
                                                                                    "start": 997,
                                                                                    "end": 998,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 505
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 506
                                                                                      }
                                                                                    },
                                                                                    "name": "m"
                                                                                  }
                                                                                }
                                                                              ]
                                                                            }
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ReturnStatement",
                                                                        "start": 1000,
                                                                        "end": 1008,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 508
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 516
                                                                          }
                                                                        },
                                                                        "argument": {
                                                                          "type": "Identifier",
                                                                          "start": 1007,
                                                                          "end": 1008,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 515
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 516
                                                                            }
                                                                          },
                                                                          "name": "m"
                                                                        }
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "VariableDeclaration",
                                                              "start": 1010,
                                                              "end": 1026,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 518
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 534
                                                                }
                                                              },
                                                              "declarations": [
                                                                {
                                                                  "type": "VariableDeclarator",
                                                                  "start": 1014,
                                                                  "end": 1025,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 522
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 533
                                                                    }
                                                                  },
                                                                  "id": {
                                                                    "type": "Identifier",
                                                                    "start": 1014,
                                                                    "end": 1015,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 522
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 523
                                                                      }
                                                                    },
                                                                    "name": "a"
                                                                  },
                                                                  "init": {
                                                                    "type": "AssignmentExpression",
                                                                    "start": 1016,
                                                                    "end": 1025,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 524
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 533
                                                                      }
                                                                    },
                                                                    "operator": "=",
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 1016,
                                                                      "end": 1022,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 524
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 530
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 1016,
                                                                        "end": 1020,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 524
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 528
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 1016,
                                                                          "end": 1017,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 524
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 525
                                                                            }
                                                                          },
                                                                          "name": "c"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 1018,
                                                                          "end": 1019,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 526
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 527
                                                                            }
                                                                          },
                                                                          "name": "j"
                                                                        },
                                                                        "computed": true
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 1021,
                                                                        "end": 1022,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 529
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 530
                                                                          }
                                                                        },
                                                                        "name": "_"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "right": {
                                                                      "type": "ObjectExpression",
                                                                      "start": 1023,
                                                                      "end": 1025,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 531
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 533
                                                                        }
                                                                      },
                                                                      "properties": []
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "kind": "var"
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 1026,
                                                              "end": 1034,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 534
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 542
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 1026,
                                                                "end": 1033,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 534
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 541
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1026,
                                                                  "end": 1030,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 534
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 538
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1026,
                                                                    "end": 1027,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 534
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 535
                                                                      }
                                                                    },
                                                                    "name": "a"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1028,
                                                                    "end": 1030,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 536
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 538
                                                                      }
                                                                    },
                                                                    "name": "fh"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "right": {
                                                                  "type": "ObjectExpression",
                                                                  "start": 1031,
                                                                  "end": 1033,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 539
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 541
                                                                    }
                                                                  },
                                                                  "properties": []
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 1034,
                                                              "end": 1042,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 542
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 550
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 1034,
                                                                "end": 1041,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 542
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 549
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1034,
                                                                  "end": 1038,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 542
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 546
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1034,
                                                                    "end": 1035,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 542
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 543
                                                                      }
                                                                    },
                                                                    "name": "a"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1036,
                                                                    "end": 1038,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 544
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 546
                                                                      }
                                                                    },
                                                                    "name": "eh"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "right": {
                                                                  "type": "ObjectExpression",
                                                                  "start": 1039,
                                                                  "end": 1041,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 547
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 549
                                                                    }
                                                                  },
                                                                  "properties": []
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 1042,
                                                              "end": 1050,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 550
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 558
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 1042,
                                                                "end": 1049,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 550
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 557
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1042,
                                                                  "end": 1046,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 550
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 554
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1042,
                                                                    "end": 1043,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 550
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 551
                                                                      }
                                                                    },
                                                                    "name": "a"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1044,
                                                                    "end": 1046,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 552
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 554
                                                                      }
                                                                    },
                                                                    "name": "ph"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "right": {
                                                                  "type": "ObjectExpression",
                                                                  "start": 1047,
                                                                  "end": 1049,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 555
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 557
                                                                    }
                                                                  },
                                                                  "properties": []
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 1050,
                                                              "end": 1106,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 558
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 614
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 1050,
                                                                "end": 1105,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 558
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 613
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1050,
                                                                  "end": 1053,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 558
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 561
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1050,
                                                                    "end": 1051,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 558
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 559
                                                                      }
                                                                    },
                                                                    "name": "a"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1052,
                                                                    "end": 1053,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 560
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 561
                                                                      }
                                                                    },
                                                                    "name": "l"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "right": {
                                                                  "type": "ConditionalExpression",
                                                                  "start": 1054,
                                                                  "end": 1105,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 562
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 613
                                                                    }
                                                                  },
                                                                  "test": {
                                                                    "type": "Identifier",
                                                                    "start": 1054,
                                                                    "end": 1055,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 562
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 563
                                                                      }
                                                                    },
                                                                    "name": "d"
                                                                  },
                                                                  "consequent": {
                                                                    "type": "CallExpression",
                                                                    "start": 1056,
                                                                    "end": 1103,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 564
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 611
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 1056,
                                                                      "end": 1065,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 564
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 573
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 1056,
                                                                        "end": 1057,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 564
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 565
                                                                          }
                                                                        },
                                                                        "name": "d"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 1058,
                                                                        "end": 1065,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 566
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 573
                                                                          }
                                                                        },
                                                                        "name": "replace"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Literal",
                                                                        "start": 1066,
                                                                        "end": 1073,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 574
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 581
                                                                          }
                                                                        },
                                                                        "value": {},
                                                                        "rawValue": {},
                                                                        "raw": "/^\\/\\//",
                                                                        "regex": {
                                                                          "pattern": "^\\/\\/",
                                                                          "flags": ""
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "BinaryExpression",
                                                                        "start": 1074,
                                                                        "end": 1102,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 582
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 610
                                                                          }
                                                                        },
                                                                        "left": {
                                                                          "type": "ConditionalExpression",
                                                                          "start": 1075,
                                                                          "end": 1096,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 583
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 604
                                                                            }
                                                                          },
                                                                          "test": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 1075,
                                                                            "end": 1086,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 583
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 594
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "Identifier",
                                                                              "start": 1075,
                                                                              "end": 1076,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 583
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 584
                                                                                }
                                                                              },
                                                                              "name": "g"
                                                                            },
                                                                            "operator": "==",
                                                                            "right": {
                                                                              "type": "Literal",
                                                                              "start": 1078,
                                                                              "end": 1086,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 586
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 594
                                                                                }
                                                                              },
                                                                              "value": "https:",
                                                                              "rawValue": "https:",
                                                                              "raw": "\"https:\""
                                                                            }
                                                                          },
                                                                          "consequent": {
                                                                            "type": "Identifier",
                                                                            "start": 1087,
                                                                            "end": 1088,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 595
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 596
                                                                              }
                                                                            },
                                                                            "name": "g"
                                                                          },
                                                                          "alternate": {
                                                                            "type": "Literal",
                                                                            "start": 1089,
                                                                            "end": 1096,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 597
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 604
                                                                              }
                                                                            },
                                                                            "value": "http:",
                                                                            "rawValue": "http:",
                                                                            "raw": "\"http:\""
                                                                          },
                                                                          "parenthesizedExpression": true
                                                                        },
                                                                        "operator": "+",
                                                                        "right": {
                                                                          "type": "Literal",
                                                                          "start": 1098,
                                                                          "end": 1102,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 606
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 610
                                                                            }
                                                                          },
                                                                          "value": "//",
                                                                          "rawValue": "//",
                                                                          "raw": "\"//\""
                                                                        }
                                                                      }
                                                                    ]
                                                                  },
                                                                  "alternate": {
                                                                    "type": "Identifier",
                                                                    "start": 1104,
                                                                    "end": 1105,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 612
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 613
                                                                      }
                                                                    },
                                                                    "name": "d"
                                                                  }
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 1106,
                                                              "end": 1124,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 614
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 632
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 1106,
                                                                "end": 1123,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 614
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 631
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1106,
                                                                  "end": 1109,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 614
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 617
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1106,
                                                                    "end": 1107,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 614
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 615
                                                                      }
                                                                    },
                                                                    "name": "a"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1108,
                                                                    "end": 1109,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 616
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 617
                                                                      }
                                                                    },
                                                                    "name": "p"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "right": {
                                                                  "type": "ObjectExpression",
                                                                  "start": 1110,
                                                                  "end": 1123,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 618
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 631
                                                                    }
                                                                  },
                                                                  "properties": [
                                                                    {
                                                                      "type": "Property",
                                                                      "start": 1111,
                                                                      "end": 1122,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 619
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 630
                                                                        }
                                                                      },
                                                                      "method": false,
                                                                      "shorthand": false,
                                                                      "computed": false,
                                                                      "key": {
                                                                        "type": "Literal",
                                                                        "start": 1111,
                                                                        "end": 1112,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 619
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 620
                                                                          }
                                                                        },
                                                                        "value": 0,
                                                                        "rawValue": 0,
                                                                        "raw": "0"
                                                                      },
                                                                      "value": {
                                                                        "type": "UnaryExpression",
                                                                        "start": 1113,
                                                                        "end": 1122,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 621
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 630
                                                                          }
                                                                        },
                                                                        "operator": "+",
                                                                        "prefix": true,
                                                                        "argument": {
                                                                          "type": "NewExpression",
                                                                          "start": 1114,
                                                                          "end": 1122,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 622
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 630
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "Identifier",
                                                                            "start": 1118,
                                                                            "end": 1122,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 626
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 630
                                                                              }
                                                                            },
                                                                            "name": "Date"
                                                                          },
                                                                          "arguments": []
                                                                        }
                                                                      },
                                                                      "kind": "init"
                                                                    }
                                                                  ]
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 1124,
                                                              "end": 1164,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 632
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 672
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 1124,
                                                                "end": 1163,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 632
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 671
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1124,
                                                                  "end": 1127,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 632
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 635
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1124,
                                                                    "end": 1125,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 632
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 633
                                                                      }
                                                                    },
                                                                    "name": "a"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1126,
                                                                    "end": 1127,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 634
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 635
                                                                      }
                                                                    },
                                                                    "name": "P"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "right": {
                                                                  "type": "FunctionExpression",
                                                                  "start": 1128,
                                                                  "end": 1163,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 636
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 671
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 1137,
                                                                      "end": 1138,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 645
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 646
                                                                        }
                                                                      },
                                                                      "name": "b"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 1139,
                                                                    "end": 1163,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 647
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 671
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 1140,
                                                                        "end": 1162,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 648
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 670
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "AssignmentExpression",
                                                                          "start": 1140,
                                                                          "end": 1162,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 648
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 670
                                                                            }
                                                                          },
                                                                          "operator": "=",
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1140,
                                                                            "end": 1146,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 648
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 654
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1140,
                                                                              "end": 1143,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 648
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 651
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 1140,
                                                                                "end": 1141,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 648
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 649
                                                                                  }
                                                                                },
                                                                                "name": "a"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1142,
                                                                                "end": 1143,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 650
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 651
                                                                                  }
                                                                                },
                                                                                "name": "p"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1144,
                                                                              "end": 1145,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 652
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 653
                                                                                }
                                                                              },
                                                                              "name": "b"
                                                                            },
                                                                            "computed": true
                                                                          },
                                                                          "right": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 1147,
                                                                            "end": 1162,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 655
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 670
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "NewExpression",
                                                                              "start": 1147,
                                                                              "end": 1155,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 655
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 663
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "Identifier",
                                                                                "start": 1151,
                                                                                "end": 1155,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 659
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 663
                                                                                  }
                                                                                },
                                                                                "name": "Date"
                                                                              },
                                                                              "arguments": []
                                                                            },
                                                                            "operator": "-",
                                                                            "right": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1156,
                                                                              "end": 1162,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 664
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 670
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 1156,
                                                                                "end": 1159,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 664
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 667
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1156,
                                                                                  "end": 1157,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 664
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 665
                                                                                    }
                                                                                  },
                                                                                  "name": "a"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1158,
                                                                                  "end": 1159,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 666
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 667
                                                                                    }
                                                                                  },
                                                                                  "name": "p"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Literal",
                                                                                "start": 1160,
                                                                                "end": 1161,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 668
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 669
                                                                                  }
                                                                                },
                                                                                "value": 0,
                                                                                "rawValue": 0,
                                                                                "raw": "0"
                                                                              },
                                                                              "computed": true
                                                                            }
                                                                          }
                                                                        }
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 1164,
                                                              "end": 1173,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 672
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 681
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "LogicalExpression",
                                                                "start": 1164,
                                                                "end": 1172,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 672
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 680
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1164,
                                                                  "end": 1167,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 672
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 675
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1164,
                                                                    "end": 1165,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 672
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 673
                                                                      }
                                                                    },
                                                                    "name": "a"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1166,
                                                                    "end": 1167,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 674
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 675
                                                                      }
                                                                    },
                                                                    "name": "w"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "operator": "&&",
                                                                "right": {
                                                                  "type": "CallExpression",
                                                                  "start": 1169,
                                                                  "end": 1172,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 677
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 680
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "Identifier",
                                                                    "start": 1169,
                                                                    "end": 1170,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 677
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 678
                                                                      }
                                                                    },
                                                                    "name": "b"
                                                                  },
                                                                  "arguments": []
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 1173,
                                                              "end": 1243,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 681
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 751
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "ConditionalExpression",
                                                                "start": 1173,
                                                                "end": 1242,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 681
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 750
                                                                  }
                                                                },
                                                                "test": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1173,
                                                                  "end": 1191,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 681
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 699
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1173,
                                                                    "end": 1174,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 681
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 682
                                                                      }
                                                                    },
                                                                    "name": "i"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1175,
                                                                    "end": 1191,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 683
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 699
                                                                      }
                                                                    },
                                                                    "name": "addEventListener"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "consequent": {
                                                                  "type": "CallExpression",
                                                                  "start": 1192,
                                                                  "end": 1218,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 700
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 726
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1192,
                                                                    "end": 1210,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 700
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 718
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 1192,
                                                                      "end": 1193,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 700
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 701
                                                                        }
                                                                      },
                                                                      "name": "i"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1194,
                                                                      "end": 1210,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 702
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 718
                                                                        }
                                                                      },
                                                                      "name": "addEventListener"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 1211,
                                                                      "end": 1212,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 719
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 720
                                                                        }
                                                                      },
                                                                      "name": "l"
                                                                    },
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 1213,
                                                                      "end": 1214,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 721
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 722
                                                                        }
                                                                      },
                                                                      "name": "b"
                                                                    },
                                                                    {
                                                                      "type": "UnaryExpression",
                                                                      "start": 1215,
                                                                      "end": 1217,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 723
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 725
                                                                        }
                                                                      },
                                                                      "operator": "!",
                                                                      "prefix": true,
                                                                      "argument": {
                                                                        "type": "Literal",
                                                                        "start": 1216,
                                                                        "end": 1217,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 724
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 725
                                                                          }
                                                                        },
                                                                        "value": 1,
                                                                        "rawValue": 1,
                                                                        "raw": "1"
                                                                      }
                                                                    }
                                                                  ]
                                                                },
                                                                "alternate": {
                                                                  "type": "CallExpression",
                                                                  "start": 1219,
                                                                  "end": 1242,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 727
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 750
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1219,
                                                                    "end": 1232,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 727
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 740
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 1219,
                                                                      "end": 1220,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 727
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 728
                                                                        }
                                                                      },
                                                                      "name": "i"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1221,
                                                                      "end": 1232,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 729
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 740
                                                                        }
                                                                      },
                                                                      "name": "attachEvent"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "BinaryExpression",
                                                                      "start": 1233,
                                                                      "end": 1239,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 741
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 747
                                                                        }
                                                                      },
                                                                      "left": {
                                                                        "type": "Literal",
                                                                        "start": 1233,
                                                                        "end": 1237,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 741
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 745
                                                                          }
                                                                        },
                                                                        "value": "on",
                                                                        "rawValue": "on",
                                                                        "raw": "\"on\""
                                                                      },
                                                                      "operator": "+",
                                                                      "right": {
                                                                        "type": "Identifier",
                                                                        "start": 1238,
                                                                        "end": 1239,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 19,
                                                                            "column": 746
                                                                          },
                                                                          "end": {
                                                                            "line": 19,
                                                                            "column": 747
                                                                          }
                                                                        },
                                                                        "name": "l"
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 1240,
                                                                      "end": 1241,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 748
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 749
                                                                        }
                                                                      },
                                                                      "name": "b"
                                                                    }
                                                                  ]
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "VariableDeclaration",
                                                              "start": 1243,
                                                              "end": 2074,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 751
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 1582
                                                                }
                                                              },
                                                              "declarations": [
                                                                {
                                                                  "type": "VariableDeclarator",
                                                                  "start": 1247,
                                                                  "end": 2073,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 755
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 1581
                                                                    }
                                                                  },
                                                                  "id": {
                                                                    "type": "Identifier",
                                                                    "start": 1247,
                                                                    "end": 1248,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 755
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 756
                                                                      }
                                                                    },
                                                                    "name": "q"
                                                                  },
                                                                  "init": {
                                                                    "type": "FunctionExpression",
                                                                    "start": 1249,
                                                                    "end": 2073,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 757
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 1581
                                                                      }
                                                                    },
                                                                    "id": null,
                                                                    "generator": false,
                                                                    "expression": false,
                                                                    "async": false,
                                                                    "params": [],
                                                                    "body": {
                                                                      "type": "BlockStatement",
                                                                      "start": 1259,
                                                                      "end": 2073,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 767
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 1581
                                                                        }
                                                                      },
                                                                      "body": [
                                                                        {
                                                                          "type": "FunctionDeclaration",
                                                                          "start": 1260,
                                                                          "end": 1418,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 768
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 926
                                                                            }
                                                                          },
                                                                          "id": {
                                                                            "type": "Identifier",
                                                                            "start": 1269,
                                                                            "end": 1270,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 777
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 778
                                                                              }
                                                                            },
                                                                            "name": "b"
                                                                          },
                                                                          "generator": false,
                                                                          "expression": false,
                                                                          "async": false,
                                                                          "params": [],
                                                                          "body": {
                                                                            "type": "BlockStatement",
                                                                            "start": 1272,
                                                                            "end": 1418,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 780
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 926
                                                                              }
                                                                            },
                                                                            "body": [
                                                                              {
                                                                                "type": "ReturnStatement",
                                                                                "start": 1273,
                                                                                "end": 1417,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 781
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 925
                                                                                  }
                                                                                },
                                                                                "argument": {
                                                                                  "type": "CallExpression",
                                                                                  "start": 1279,
                                                                                  "end": 1417,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 787
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 925
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 1279,
                                                                                    "end": 1413,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 787
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 921
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "ArrayExpression",
                                                                                      "start": 1279,
                                                                                      "end": 1408,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 787
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 916
                                                                                        }
                                                                                      },
                                                                                      "elements": [
                                                                                        {
                                                                                          "type": "Literal",
                                                                                          "start": 1280,
                                                                                          "end": 1296,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 788
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 804
                                                                                            }
                                                                                          },
                                                                                          "value": "<head></head><",
                                                                                          "rawValue": "<head></head><",
                                                                                          "raw": "\"<head></head><\""
                                                                                        },
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 1297,
                                                                                          "end": 1298,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 805
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 806
                                                                                            }
                                                                                          },
                                                                                          "name": "c"
                                                                                        },
                                                                                        {
                                                                                          "type": "Literal",
                                                                                          "start": 1299,
                                                                                          "end": 1316,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 807
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 824
                                                                                            }
                                                                                          },
                                                                                          "value": " onload=\"var d=",
                                                                                          "rawValue": " onload=\"var d=",
                                                                                          "raw": "' onload=\"var d='"
                                                                                        },
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 1317,
                                                                                          "end": 1318,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 825
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 826
                                                                                            }
                                                                                          },
                                                                                          "name": "n"
                                                                                        },
                                                                                        {
                                                                                          "type": "Literal",
                                                                                          "start": 1319,
                                                                                          "end": 1356,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 827
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 864
                                                                                            }
                                                                                          },
                                                                                          "value": ";d.getElementsByTagName('head')[0].",
                                                                                          "rawValue": ";d.getElementsByTagName('head')[0].",
                                                                                          "raw": "\";d.getElementsByTagName('head')[0].\""
                                                                                        },
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 1357,
                                                                                          "end": 1358,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 865
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 866
                                                                                            }
                                                                                          },
                                                                                          "name": "d"
                                                                                        },
                                                                                        {
                                                                                          "type": "Literal",
                                                                                          "start": 1359,
                                                                                          "end": 1364,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 867
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 872
                                                                                            }
                                                                                          },
                                                                                          "value": "(d.",
                                                                                          "rawValue": "(d.",
                                                                                          "raw": "\"(d.\""
                                                                                        },
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 1365,
                                                                                          "end": 1366,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 873
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 874
                                                                                            }
                                                                                          },
                                                                                          "name": "g"
                                                                                        },
                                                                                        {
                                                                                          "type": "Literal",
                                                                                          "start": 1367,
                                                                                          "end": 1381,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 875
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 889
                                                                                            }
                                                                                          },
                                                                                          "value": "('script')).",
                                                                                          "rawValue": "('script')).",
                                                                                          "raw": "\"('script')).\""
                                                                                        },
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 1382,
                                                                                          "end": 1383,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 890
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 891
                                                                                            }
                                                                                          },
                                                                                          "name": "i"
                                                                                        },
                                                                                        {
                                                                                          "type": "Literal",
                                                                                          "start": 1384,
                                                                                          "end": 1388,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 892
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 896
                                                                                            }
                                                                                          },
                                                                                          "value": "='",
                                                                                          "rawValue": "='",
                                                                                          "raw": "\"='\""
                                                                                        },
                                                                                        {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 1389,
                                                                                          "end": 1392,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 897
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 900
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "start": 1389,
                                                                                            "end": 1390,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 897
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 898
                                                                                              }
                                                                                            },
                                                                                            "name": "a"
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 1391,
                                                                                            "end": 1392,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 899
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 900
                                                                                              }
                                                                                            },
                                                                                            "name": "l"
                                                                                          },
                                                                                          "computed": false
                                                                                        },
                                                                                        {
                                                                                          "type": "Literal",
                                                                                          "start": 1393,
                                                                                          "end": 1401,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 901
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 909
                                                                                            }
                                                                                          },
                                                                                          "value": "'\"></",
                                                                                          "rawValue": "'\"></",
                                                                                          "raw": "\"'\\\"></\""
                                                                                        },
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 1402,
                                                                                          "end": 1403,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 910
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 911
                                                                                            }
                                                                                          },
                                                                                          "name": "c"
                                                                                        },
                                                                                        {
                                                                                          "type": "Literal",
                                                                                          "start": 1404,
                                                                                          "end": 1407,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 912
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 915
                                                                                            }
                                                                                          },
                                                                                          "value": ">",
                                                                                          "rawValue": ">",
                                                                                          "raw": "\">\""
                                                                                        }
                                                                                      ]
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1409,
                                                                                      "end": 1413,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 917
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 921
                                                                                        }
                                                                                      },
                                                                                      "name": "join"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "Literal",
                                                                                      "start": 1414,
                                                                                      "end": 1416,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 922
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 924
                                                                                        }
                                                                                      },
                                                                                      "value": "",
                                                                                      "rawValue": "",
                                                                                      "raw": "\"\""
                                                                                    }
                                                                                  ]
                                                                                }
                                                                              }
                                                                            ]
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "VariableDeclaration",
                                                                          "start": 1418,
                                                                          "end": 1438,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 926
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 946
                                                                            }
                                                                          },
                                                                          "declarations": [
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 1422,
                                                                              "end": 1430,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 930
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 938
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 1422,
                                                                                "end": 1423,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 930
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 931
                                                                                  }
                                                                                },
                                                                                "name": "c"
                                                                              },
                                                                              "init": {
                                                                                "type": "Literal",
                                                                                "start": 1424,
                                                                                "end": 1430,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 932
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 938
                                                                                  }
                                                                                },
                                                                                "value": "body",
                                                                                "rawValue": "body",
                                                                                "raw": "\"body\""
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 1431,
                                                                              "end": 1437,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 939
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 945
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 1431,
                                                                                "end": 1432,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 939
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 940
                                                                                  }
                                                                                },
                                                                                "name": "e"
                                                                              },
                                                                              "init": {
                                                                                "type": "MemberExpression",
                                                                                "start": 1433,
                                                                                "end": 1437,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 941
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 945
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1433,
                                                                                  "end": 1434,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 941
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 942
                                                                                    }
                                                                                  },
                                                                                  "name": "h"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1435,
                                                                                  "end": 1436,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 943
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 944
                                                                                    }
                                                                                  },
                                                                                  "name": "c"
                                                                                },
                                                                                "computed": true
                                                                              }
                                                                            }
                                                                          ],
                                                                          "kind": "var"
                                                                        },
                                                                        {
                                                                          "type": "IfStatement",
                                                                          "start": 1438,
                                                                          "end": 1469,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 946
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 977
                                                                            }
                                                                          },
                                                                          "test": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 1441,
                                                                            "end": 1443,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 949
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 951
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "Identifier",
                                                                              "start": 1442,
                                                                              "end": 1443,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 950
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 951
                                                                                }
                                                                              },
                                                                              "name": "e"
                                                                            }
                                                                          },
                                                                          "consequent": {
                                                                            "type": "ReturnStatement",
                                                                            "start": 1444,
                                                                            "end": 1469,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 952
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 977
                                                                              }
                                                                            },
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 1451,
                                                                              "end": 1468,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 959
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 976
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "Identifier",
                                                                                "start": 1451,
                                                                                "end": 1461,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 959
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 969
                                                                                  }
                                                                                },
                                                                                "name": "setTimeout"
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 1462,
                                                                                  "end": 1463,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 970
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 971
                                                                                    }
                                                                                  },
                                                                                  "name": "q"
                                                                                },
                                                                                {
                                                                                  "type": "Literal",
                                                                                  "start": 1464,
                                                                                  "end": 1467,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 972
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 975
                                                                                    }
                                                                                  },
                                                                                  "value": 100,
                                                                                  "rawValue": 100,
                                                                                  "raw": "100"
                                                                                }
                                                                              ]
                                                                            }
                                                                          },
                                                                          "alternate": null
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 1469,
                                                                          "end": 1476,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 977
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 984
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "CallExpression",
                                                                            "start": 1469,
                                                                            "end": 1475,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 977
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 983
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1469,
                                                                              "end": 1472,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 977
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 980
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 1469,
                                                                                "end": 1470,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 977
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 978
                                                                                  }
                                                                                },
                                                                                "name": "a"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1471,
                                                                                "end": 1472,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 979
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 980
                                                                                  }
                                                                                },
                                                                                "name": "P"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "Literal",
                                                                                "start": 1473,
                                                                                "end": 1474,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 981
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 982
                                                                                  }
                                                                                },
                                                                                "value": 1,
                                                                                "rawValue": 1,
                                                                                "raw": "1"
                                                                              }
                                                                            ]
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "VariableDeclaration",
                                                                          "start": 1476,
                                                                          "end": 1588,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 984
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1096
                                                                            }
                                                                          },
                                                                          "declarations": [
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 1480,
                                                                              "end": 1495,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 988
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1003
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 1480,
                                                                                "end": 1481,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 988
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 989
                                                                                  }
                                                                                },
                                                                                "name": "d"
                                                                              },
                                                                              "init": {
                                                                                "type": "Literal",
                                                                                "start": 1482,
                                                                                "end": 1495,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 990
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1003
                                                                                  }
                                                                                },
                                                                                "value": "appendChild",
                                                                                "rawValue": "appendChild",
                                                                                "raw": "\"appendChild\""
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 1496,
                                                                              "end": 1513,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1004
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1021
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 1496,
                                                                                "end": 1497,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1004
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1005
                                                                                  }
                                                                                },
                                                                                "name": "g"
                                                                              },
                                                                              "init": {
                                                                                "type": "Literal",
                                                                                "start": 1498,
                                                                                "end": 1513,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1006
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1021
                                                                                  }
                                                                                },
                                                                                "value": "createElement",
                                                                                "rawValue": "createElement",
                                                                                "raw": "\"createElement\""
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 1514,
                                                                              "end": 1521,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1022
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1029
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 1514,
                                                                                "end": 1515,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1022
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1023
                                                                                  }
                                                                                },
                                                                                "name": "i"
                                                                              },
                                                                              "init": {
                                                                                "type": "Literal",
                                                                                "start": 1516,
                                                                                "end": 1521,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1024
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1029
                                                                                  }
                                                                                },
                                                                                "value": "src",
                                                                                "rawValue": "src",
                                                                                "raw": "\"src\""
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 1522,
                                                                              "end": 1535,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1030
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1043
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 1522,
                                                                                "end": 1523,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1030
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1031
                                                                                  }
                                                                                },
                                                                                "name": "k"
                                                                              },
                                                                              "init": {
                                                                                "type": "CallExpression",
                                                                                "start": 1524,
                                                                                "end": 1535,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1032
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1043
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 1524,
                                                                                  "end": 1528,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1032
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1036
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1524,
                                                                                    "end": 1525,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1032
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1033
                                                                                      }
                                                                                    },
                                                                                    "name": "h"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1526,
                                                                                    "end": 1527,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1034
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1035
                                                                                      }
                                                                                    },
                                                                                    "name": "g"
                                                                                  },
                                                                                  "computed": true
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Literal",
                                                                                    "start": 1529,
                                                                                    "end": 1534,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1037
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1042
                                                                                      }
                                                                                    },
                                                                                    "value": "div",
                                                                                    "rawValue": "div",
                                                                                    "raw": "\"div\""
                                                                                  }
                                                                                ]
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 1536,
                                                                              "end": 1555,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1044
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1063
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 1536,
                                                                                "end": 1537,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1044
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1045
                                                                                  }
                                                                                },
                                                                                "name": "l"
                                                                              },
                                                                              "init": {
                                                                                "type": "CallExpression",
                                                                                "start": 1538,
                                                                                "end": 1555,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1046
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1063
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 1538,
                                                                                  "end": 1542,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1046
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1050
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1538,
                                                                                    "end": 1539,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1046
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1047
                                                                                      }
                                                                                    },
                                                                                    "name": "k"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1540,
                                                                                    "end": 1541,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1048
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1049
                                                                                      }
                                                                                    },
                                                                                    "name": "d"
                                                                                  },
                                                                                  "computed": true
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "CallExpression",
                                                                                    "start": 1543,
                                                                                    "end": 1554,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1051
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1062
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 1543,
                                                                                      "end": 1547,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1051
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1055
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1543,
                                                                                        "end": 1544,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1051
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1052
                                                                                          }
                                                                                        },
                                                                                        "name": "h"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1545,
                                                                                        "end": 1546,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1053
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1054
                                                                                          }
                                                                                        },
                                                                                        "name": "g"
                                                                                      },
                                                                                      "computed": true
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "Literal",
                                                                                        "start": 1548,
                                                                                        "end": 1553,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1056
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1061
                                                                                          }
                                                                                        },
                                                                                        "value": "div",
                                                                                        "rawValue": "div",
                                                                                        "raw": "\"div\""
                                                                                      }
                                                                                    ]
                                                                                  }
                                                                                ]
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 1556,
                                                                              "end": 1572,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1064
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1080
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 1556,
                                                                                "end": 1557,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1064
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1065
                                                                                  }
                                                                                },
                                                                                "name": "f"
                                                                              },
                                                                              "init": {
                                                                                "type": "CallExpression",
                                                                                "start": 1558,
                                                                                "end": 1572,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1066
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1080
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 1558,
                                                                                  "end": 1562,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1066
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1070
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1558,
                                                                                    "end": 1559,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1066
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1067
                                                                                      }
                                                                                    },
                                                                                    "name": "h"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1560,
                                                                                    "end": 1561,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1068
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1069
                                                                                      }
                                                                                    },
                                                                                    "name": "g"
                                                                                  },
                                                                                  "computed": true
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Literal",
                                                                                    "start": 1563,
                                                                                    "end": 1571,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1071
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1079
                                                                                      }
                                                                                    },
                                                                                    "value": "iframe",
                                                                                    "rawValue": "iframe",
                                                                                    "raw": "\"iframe\""
                                                                                  }
                                                                                ]
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 1573,
                                                                              "end": 1585,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1081
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1093
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 1573,
                                                                                "end": 1574,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1081
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1082
                                                                                  }
                                                                                },
                                                                                "name": "n"
                                                                              },
                                                                              "init": {
                                                                                "type": "Literal",
                                                                                "start": 1575,
                                                                                "end": 1585,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1083
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1093
                                                                                  }
                                                                                },
                                                                                "value": "document",
                                                                                "rawValue": "document",
                                                                                "raw": "\"document\""
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 1586,
                                                                              "end": 1587,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1094
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1095
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 1586,
                                                                                "end": 1587,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1094
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1095
                                                                                  }
                                                                                },
                                                                                "name": "p"
                                                                              },
                                                                              "init": null
                                                                            }
                                                                          ],
                                                                          "kind": "var"
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 1588,
                                                                          "end": 1611,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1096
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1119
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "AssignmentExpression",
                                                                            "start": 1588,
                                                                            "end": 1610,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1096
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1118
                                                                              }
                                                                            },
                                                                            "operator": "=",
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1588,
                                                                              "end": 1603,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1096
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1111
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 1588,
                                                                                "end": 1595,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1096
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1103
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1588,
                                                                                  "end": 1589,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1096
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1097
                                                                                    }
                                                                                  },
                                                                                  "name": "k"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1590,
                                                                                  "end": 1595,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1098
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1103
                                                                                    }
                                                                                  },
                                                                                  "name": "style"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1596,
                                                                                "end": 1603,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1104
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1111
                                                                                  }
                                                                                },
                                                                                "name": "display"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "right": {
                                                                              "type": "Literal",
                                                                              "start": 1604,
                                                                              "end": 1610,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1112
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1118
                                                                                }
                                                                              },
                                                                              "value": "none",
                                                                              "rawValue": "none",
                                                                              "raw": "\"none\""
                                                                            }
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 1611,
                                                                          "end": 1653,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1119
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1161
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "AssignmentExpression",
                                                                            "start": 1611,
                                                                            "end": 1652,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1119
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1160
                                                                              }
                                                                            },
                                                                            "operator": "=",
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1611,
                                                                              "end": 1644,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1119
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1152
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "CallExpression",
                                                                                "start": 1611,
                                                                                "end": 1641,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1119
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1149
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 1611,
                                                                                  "end": 1625,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1119
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1133
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1611,
                                                                                    "end": 1612,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1119
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1120
                                                                                      }
                                                                                    },
                                                                                    "name": "e"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1613,
                                                                                    "end": 1625,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1121
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1133
                                                                                      }
                                                                                    },
                                                                                    "name": "insertBefore"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "start": 1626,
                                                                                    "end": 1627,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1134
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1135
                                                                                      }
                                                                                    },
                                                                                    "name": "k"
                                                                                  },
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 1628,
                                                                                    "end": 1640,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1136
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1148
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1628,
                                                                                      "end": 1629,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1136
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1137
                                                                                        }
                                                                                      },
                                                                                      "name": "e"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1630,
                                                                                      "end": 1640,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1138
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1148
                                                                                        }
                                                                                      },
                                                                                      "name": "firstChild"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1642,
                                                                                "end": 1644,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1150
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1152
                                                                                  }
                                                                                },
                                                                                "name": "id"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "right": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 1645,
                                                                              "end": 1652,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1153
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1160
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "BinaryExpression",
                                                                                "start": 1645,
                                                                                "end": 1650,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1153
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1158
                                                                                  }
                                                                                },
                                                                                "left": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1645,
                                                                                  "end": 1646,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1153
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1154
                                                                                    }
                                                                                  },
                                                                                  "name": "o"
                                                                                },
                                                                                "operator": "+",
                                                                                "right": {
                                                                                  "type": "Literal",
                                                                                  "start": 1647,
                                                                                  "end": 1650,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1155
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1158
                                                                                    }
                                                                                  },
                                                                                  "value": "-",
                                                                                  "rawValue": "-",
                                                                                  "raw": "\"-\""
                                                                                }
                                                                              },
                                                                              "operator": "+",
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 1651,
                                                                                "end": 1652,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1159
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1160
                                                                                  }
                                                                                },
                                                                                "name": "j"
                                                                              }
                                                                            }
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 1653,
                                                                          "end": 1671,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1161
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1179
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "AssignmentExpression",
                                                                            "start": 1653,
                                                                            "end": 1670,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1161
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1178
                                                                              }
                                                                            },
                                                                            "operator": "=",
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1653,
                                                                              "end": 1666,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1161
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1174
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 1653,
                                                                                "end": 1654,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1161
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1162
                                                                                  }
                                                                                },
                                                                                "name": "f"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1655,
                                                                                "end": 1666,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1163
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1174
                                                                                  }
                                                                                },
                                                                                "name": "frameBorder"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "right": {
                                                                              "type": "Literal",
                                                                              "start": 1667,
                                                                              "end": 1670,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1175
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1178
                                                                                }
                                                                              },
                                                                              "value": "0",
                                                                              "rawValue": "0",
                                                                              "raw": "\"0\""
                                                                            }
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 1671,
                                                                          "end": 1690,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1179
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1198
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "AssignmentExpression",
                                                                            "start": 1671,
                                                                            "end": 1689,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1179
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1197
                                                                              }
                                                                            },
                                                                            "operator": "=",
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1671,
                                                                              "end": 1675,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1179
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1183
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 1671,
                                                                                "end": 1672,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1179
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1180
                                                                                  }
                                                                                },
                                                                                "name": "f"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1673,
                                                                                "end": 1675,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1181
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1183
                                                                                  }
                                                                                },
                                                                                "name": "id"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "right": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 1676,
                                                                              "end": 1689,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1184
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1197
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "BinaryExpression",
                                                                                "start": 1676,
                                                                                "end": 1687,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1184
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1195
                                                                                  }
                                                                                },
                                                                                "left": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1676,
                                                                                  "end": 1677,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1184
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1185
                                                                                    }
                                                                                  },
                                                                                  "name": "o"
                                                                                },
                                                                                "operator": "+",
                                                                                "right": {
                                                                                  "type": "Literal",
                                                                                  "start": 1678,
                                                                                  "end": 1687,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1186
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1195
                                                                                    }
                                                                                  },
                                                                                  "value": "-frame-",
                                                                                  "rawValue": "-frame-",
                                                                                  "raw": "\"-frame-\""
                                                                                }
                                                                              },
                                                                              "operator": "+",
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 1688,
                                                                                "end": 1689,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1196
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1197
                                                                                  }
                                                                                },
                                                                                "name": "j"
                                                                              }
                                                                            }
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 1690,
                                                                          "end": 1755,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1198
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1263
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "LogicalExpression",
                                                                            "start": 1690,
                                                                            "end": 1754,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1198
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1262
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "CallExpression",
                                                                              "start": 1690,
                                                                              "end": 1727,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1198
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1235
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 1690,
                                                                                "end": 1706,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1198
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1214
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Literal",
                                                                                  "start": 1690,
                                                                                  "end": 1701,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1198
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1209
                                                                                    }
                                                                                  },
                                                                                  "value": {},
                                                                                  "rawValue": {},
                                                                                  "raw": "/MSIE[ ]+6/",
                                                                                  "regex": {
                                                                                    "pattern": "MSIE[ ]+6",
                                                                                    "flags": ""
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1702,
                                                                                  "end": 1706,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1210
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1214
                                                                                    }
                                                                                  },
                                                                                  "name": "test"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 1707,
                                                                                  "end": 1726,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1215
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1234
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1707,
                                                                                    "end": 1716,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1215
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1224
                                                                                      }
                                                                                    },
                                                                                    "name": "navigator"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 1717,
                                                                                    "end": 1726,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1225
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1234
                                                                                      }
                                                                                    },
                                                                                    "name": "userAgent"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "operator": "&&",
                                                                            "right": {
                                                                              "type": "AssignmentExpression",
                                                                              "start": 1730,
                                                                              "end": 1753,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1238
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1261
                                                                                }
                                                                              },
                                                                              "operator": "=",
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 1730,
                                                                                "end": 1734,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1238
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1242
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1730,
                                                                                  "end": 1731,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1238
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1239
                                                                                    }
                                                                                  },
                                                                                  "name": "f"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 1732,
                                                                                  "end": 1733,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1240
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1241
                                                                                    }
                                                                                  },
                                                                                  "name": "i"
                                                                                },
                                                                                "computed": true
                                                                              },
                                                                              "right": {
                                                                                "type": "Literal",
                                                                                "start": 1735,
                                                                                "end": 1753,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1243
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1261
                                                                                  }
                                                                                },
                                                                                "value": "javascript:false",
                                                                                "rawValue": "javascript:false",
                                                                                "raw": "\"javascript:false\""
                                                                              },
                                                                              "parenthesizedExpression": true
                                                                            }
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 1755,
                                                                          "end": 1782,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1263
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1290
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "AssignmentExpression",
                                                                            "start": 1755,
                                                                            "end": 1781,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1263
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1289
                                                                              }
                                                                            },
                                                                            "operator": "=",
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1755,
                                                                              "end": 1774,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1263
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1282
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 1755,
                                                                                "end": 1756,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1263
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1264
                                                                                  }
                                                                                },
                                                                                "name": "f"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1757,
                                                                                "end": 1774,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1265
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1282
                                                                                  }
                                                                                },
                                                                                "name": "allowTransparency"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "right": {
                                                                              "type": "Literal",
                                                                              "start": 1775,
                                                                              "end": 1781,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1283
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1289
                                                                                }
                                                                              },
                                                                              "value": "true",
                                                                              "rawValue": "true",
                                                                              "raw": "\"true\""
                                                                            }
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 1782,
                                                                          "end": 1790,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1290
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1298
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "CallExpression",
                                                                            "start": 1782,
                                                                            "end": 1789,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1290
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1297
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "MemberExpression",
                                                                              "start": 1782,
                                                                              "end": 1786,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1290
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1294
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 1782,
                                                                                "end": 1783,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1290
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1291
                                                                                  }
                                                                                },
                                                                                "name": "l"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 1784,
                                                                                "end": 1785,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1292
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1293
                                                                                  }
                                                                                },
                                                                                "name": "d"
                                                                              },
                                                                              "computed": true
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 1787,
                                                                                "end": 1788,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1295
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1296
                                                                                  }
                                                                                },
                                                                                "name": "f"
                                                                              }
                                                                            ]
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "TryStatement",
                                                                          "start": 1790,
                                                                          "end": 1924,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1298
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1432
                                                                            }
                                                                          },
                                                                          "block": {
                                                                            "type": "BlockStatement",
                                                                            "start": 1793,
                                                                            "end": 1820,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1301
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1328
                                                                              }
                                                                            },
                                                                            "body": [
                                                                              {
                                                                                "type": "ExpressionStatement",
                                                                                "start": 1794,
                                                                                "end": 1819,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1302
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1327
                                                                                  }
                                                                                },
                                                                                "expression": {
                                                                                  "type": "CallExpression",
                                                                                  "start": 1794,
                                                                                  "end": 1819,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1302
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1327
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 1794,
                                                                                    "end": 1817,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1302
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1325
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 1794,
                                                                                      "end": 1812,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1302
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1320
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 1794,
                                                                                        "end": 1809,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1302
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1317
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1794,
                                                                                          "end": 1795,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1302
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1303
                                                                                            }
                                                                                          },
                                                                                          "name": "f"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1796,
                                                                                          "end": 1809,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1304
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1317
                                                                                            }
                                                                                          },
                                                                                          "name": "contentWindow"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1810,
                                                                                        "end": 1811,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1318
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1319
                                                                                          }
                                                                                        },
                                                                                        "name": "n"
                                                                                      },
                                                                                      "computed": true
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1813,
                                                                                      "end": 1817,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1321
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1325
                                                                                        }
                                                                                      },
                                                                                      "name": "open"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "arguments": []
                                                                                }
                                                                              }
                                                                            ]
                                                                          },
                                                                          "handler": {
                                                                            "type": "CatchClause",
                                                                            "start": 1820,
                                                                            "end": 1924,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1328
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1432
                                                                              }
                                                                            },
                                                                            "param": {
                                                                              "type": "Identifier",
                                                                              "start": 1826,
                                                                              "end": 1827,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1334
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1335
                                                                                }
                                                                              },
                                                                              "name": "s"
                                                                            },
                                                                            "body": {
                                                                              "type": "BlockStatement",
                                                                              "start": 1828,
                                                                              "end": 1924,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1336
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1432
                                                                                }
                                                                              },
                                                                              "body": [
                                                                                {
                                                                                  "type": "ExpressionStatement",
                                                                                  "start": 1829,
                                                                                  "end": 1923,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1337
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1431
                                                                                    }
                                                                                  },
                                                                                  "expression": {
                                                                                    "type": "SequenceExpression",
                                                                                    "start": 1829,
                                                                                    "end": 1923,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1337
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1431
                                                                                      }
                                                                                    },
                                                                                    "expressions": [
                                                                                      {
                                                                                        "type": "AssignmentExpression",
                                                                                        "start": 1829,
                                                                                        "end": 1846,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1337
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1354
                                                                                          }
                                                                                        },
                                                                                        "operator": "=",
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 1829,
                                                                                          "end": 1837,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1337
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1345
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "start": 1829,
                                                                                            "end": 1830,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1337
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1338
                                                                                              }
                                                                                            },
                                                                                            "name": "a"
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 1831,
                                                                                            "end": 1837,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1339
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1345
                                                                                              }
                                                                                            },
                                                                                            "name": "domain"
                                                                                          },
                                                                                          "computed": false
                                                                                        },
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 1838,
                                                                                          "end": 1846,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1346
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1354
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "start": 1838,
                                                                                            "end": 1839,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1346
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1347
                                                                                              }
                                                                                            },
                                                                                            "name": "h"
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 1840,
                                                                                            "end": 1846,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1348
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1354
                                                                                              }
                                                                                            },
                                                                                            "name": "domain"
                                                                                          },
                                                                                          "computed": false
                                                                                        }
                                                                                      },
                                                                                      {
                                                                                        "type": "AssignmentExpression",
                                                                                        "start": 1847,
                                                                                        "end": 1905,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1355
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1413
                                                                                          }
                                                                                        },
                                                                                        "operator": "=",
                                                                                        "left": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1847,
                                                                                          "end": 1848,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1355
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1356
                                                                                            }
                                                                                          },
                                                                                          "name": "p"
                                                                                        },
                                                                                        "right": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 1849,
                                                                                          "end": 1905,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1357
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1413
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "BinaryExpression",
                                                                                            "start": 1849,
                                                                                            "end": 1900,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1357
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1408
                                                                                              }
                                                                                            },
                                                                                            "left": {
                                                                                              "type": "BinaryExpression",
                                                                                              "start": 1849,
                                                                                              "end": 1891,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1357
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1399
                                                                                                }
                                                                                              },
                                                                                              "left": {
                                                                                                "type": "BinaryExpression",
                                                                                                "start": 1849,
                                                                                                "end": 1870,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 1357
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 1378
                                                                                                  }
                                                                                                },
                                                                                                "left": {
                                                                                                  "type": "Literal",
                                                                                                  "start": 1849,
                                                                                                  "end": 1868,
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 19,
                                                                                                      "column": 1357
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 19,
                                                                                                      "column": 1376
                                                                                                    }
                                                                                                  },
                                                                                                  "value": "javascript:var d=",
                                                                                                  "rawValue": "javascript:var d=",
                                                                                                  "raw": "\"javascript:var d=\""
                                                                                                },
                                                                                                "operator": "+",
                                                                                                "right": {
                                                                                                  "type": "Identifier",
                                                                                                  "start": 1869,
                                                                                                  "end": 1870,
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 19,
                                                                                                      "column": 1377
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 19,
                                                                                                      "column": 1378
                                                                                                    }
                                                                                                  },
                                                                                                  "name": "n"
                                                                                                }
                                                                                              },
                                                                                              "operator": "+",
                                                                                              "right": {
                                                                                                "type": "Literal",
                                                                                                "start": 1871,
                                                                                                "end": 1891,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 1379
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 1399
                                                                                                  }
                                                                                                },
                                                                                                "value": ".open();d.domain='",
                                                                                                "rawValue": ".open();d.domain='",
                                                                                                "raw": "\".open();d.domain='\""
                                                                                              }
                                                                                            },
                                                                                            "operator": "+",
                                                                                            "right": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 1892,
                                                                                              "end": 1900,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1400
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1408
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "Identifier",
                                                                                                "start": 1892,
                                                                                                "end": 1893,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 1400
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 1401
                                                                                                  }
                                                                                                },
                                                                                                "name": "h"
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 1894,
                                                                                                "end": 1900,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 1402
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 1408
                                                                                                  }
                                                                                                },
                                                                                                "name": "domain"
                                                                                              },
                                                                                              "computed": false
                                                                                            }
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "Literal",
                                                                                            "start": 1901,
                                                                                            "end": 1905,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1409
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1413
                                                                                              }
                                                                                            },
                                                                                            "value": "';",
                                                                                            "rawValue": "';",
                                                                                            "raw": "\"';\""
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      {
                                                                                        "type": "AssignmentExpression",
                                                                                        "start": 1906,
                                                                                        "end": 1923,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1414
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1431
                                                                                          }
                                                                                        },
                                                                                        "operator": "=",
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 1906,
                                                                                          "end": 1910,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1414
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1418
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "start": 1906,
                                                                                            "end": 1907,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1414
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1415
                                                                                              }
                                                                                            },
                                                                                            "name": "f"
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 1908,
                                                                                            "end": 1909,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1416
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1417
                                                                                              }
                                                                                            },
                                                                                            "name": "i"
                                                                                          },
                                                                                          "computed": true
                                                                                        },
                                                                                        "right": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 1911,
                                                                                          "end": 1923,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1419
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1431
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "Identifier",
                                                                                            "start": 1911,
                                                                                            "end": 1912,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1419
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1420
                                                                                              }
                                                                                            },
                                                                                            "name": "p"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "Literal",
                                                                                            "start": 1913,
                                                                                            "end": 1923,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1421
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1431
                                                                                              }
                                                                                            },
                                                                                            "value": "void(0);",
                                                                                            "rawValue": "void(0);",
                                                                                            "raw": "\"void(0);\""
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  }
                                                                                }
                                                                              ]
                                                                            }
                                                                          },
                                                                          "guardedHandlers": [],
                                                                          "finalizer": null
                                                                        },
                                                                        {
                                                                          "type": "TryStatement",
                                                                          "start": 1924,
                                                                          "end": 2066,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1432
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1574
                                                                            }
                                                                          },
                                                                          "block": {
                                                                            "type": "BlockStatement",
                                                                            "start": 1927,
                                                                            "end": 1976,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1435
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1484
                                                                              }
                                                                            },
                                                                            "body": [
                                                                              {
                                                                                "type": "VariableDeclaration",
                                                                                "start": 1928,
                                                                                "end": 1953,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1436
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1461
                                                                                  }
                                                                                },
                                                                                "declarations": [
                                                                                  {
                                                                                    "type": "VariableDeclarator",
                                                                                    "start": 1932,
                                                                                    "end": 1952,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1440
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1460
                                                                                      }
                                                                                    },
                                                                                    "id": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1932,
                                                                                      "end": 1933,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1440
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1441
                                                                                        }
                                                                                      },
                                                                                      "name": "r"
                                                                                    },
                                                                                    "init": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 1934,
                                                                                      "end": 1952,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1442
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1460
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 1934,
                                                                                        "end": 1949,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1442
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1457
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1934,
                                                                                          "end": 1935,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1442
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1443
                                                                                            }
                                                                                          },
                                                                                          "name": "f"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 1936,
                                                                                          "end": 1949,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1444
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1457
                                                                                            }
                                                                                          },
                                                                                          "name": "contentWindow"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1950,
                                                                                        "end": 1951,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1458
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1459
                                                                                          }
                                                                                        },
                                                                                        "name": "n"
                                                                                      },
                                                                                      "computed": true
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "kind": "var"
                                                                              },
                                                                              {
                                                                                "type": "ExpressionStatement",
                                                                                "start": 1953,
                                                                                "end": 1966,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1461
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1474
                                                                                  }
                                                                                },
                                                                                "expression": {
                                                                                  "type": "CallExpression",
                                                                                  "start": 1953,
                                                                                  "end": 1965,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1461
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1473
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 1953,
                                                                                    "end": 1960,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1461
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1468
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1953,
                                                                                      "end": 1954,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1461
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1462
                                                                                        }
                                                                                      },
                                                                                      "name": "r"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1955,
                                                                                      "end": 1960,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1463
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1468
                                                                                        }
                                                                                      },
                                                                                      "name": "write"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "CallExpression",
                                                                                      "start": 1961,
                                                                                      "end": 1964,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1469
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1472
                                                                                        }
                                                                                      },
                                                                                      "callee": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1961,
                                                                                        "end": 1962,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1469
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1470
                                                                                          }
                                                                                        },
                                                                                        "name": "b"
                                                                                      },
                                                                                      "arguments": []
                                                                                    }
                                                                                  ]
                                                                                }
                                                                              },
                                                                              {
                                                                                "type": "ExpressionStatement",
                                                                                "start": 1966,
                                                                                "end": 1975,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1474
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1483
                                                                                  }
                                                                                },
                                                                                "expression": {
                                                                                  "type": "CallExpression",
                                                                                  "start": 1966,
                                                                                  "end": 1975,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1474
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1483
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 1966,
                                                                                    "end": 1973,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1474
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1481
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1966,
                                                                                      "end": 1967,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1474
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1475
                                                                                        }
                                                                                      },
                                                                                      "name": "r"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 1968,
                                                                                      "end": 1973,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1476
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1481
                                                                                        }
                                                                                      },
                                                                                      "name": "close"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "arguments": []
                                                                                }
                                                                              }
                                                                            ]
                                                                          },
                                                                          "handler": {
                                                                            "type": "CatchClause",
                                                                            "start": 1976,
                                                                            "end": 2066,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1484
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1574
                                                                              }
                                                                            },
                                                                            "param": {
                                                                              "type": "Identifier",
                                                                              "start": 1982,
                                                                              "end": 1983,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1490
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1491
                                                                                }
                                                                              },
                                                                              "name": "t"
                                                                            },
                                                                            "body": {
                                                                              "type": "BlockStatement",
                                                                              "start": 1984,
                                                                              "end": 2066,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1492
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1574
                                                                                }
                                                                              },
                                                                              "body": [
                                                                                {
                                                                                  "type": "ExpressionStatement",
                                                                                  "start": 1985,
                                                                                  "end": 2065,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 19,
                                                                                      "column": 1493
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 19,
                                                                                      "column": 1573
                                                                                    }
                                                                                  },
                                                                                  "expression": {
                                                                                    "type": "AssignmentExpression",
                                                                                    "start": 1985,
                                                                                    "end": 2065,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 19,
                                                                                        "column": 1493
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 19,
                                                                                        "column": 1573
                                                                                      }
                                                                                    },
                                                                                    "operator": "=",
                                                                                    "left": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 1985,
                                                                                      "end": 1989,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1493
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1497
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1985,
                                                                                        "end": 1986,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1493
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1494
                                                                                          }
                                                                                        },
                                                                                        "name": "f"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 1987,
                                                                                        "end": 1988,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1495
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1496
                                                                                          }
                                                                                        },
                                                                                        "name": "i"
                                                                                      },
                                                                                      "computed": true
                                                                                    },
                                                                                    "right": {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 1990,
                                                                                      "end": 2065,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 19,
                                                                                          "column": 1498
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 19,
                                                                                          "column": 1573
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 1990,
                                                                                        "end": 2049,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1498
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1557
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 1990,
                                                                                          "end": 2003,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1498
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1511
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "Identifier",
                                                                                            "start": 1990,
                                                                                            "end": 1991,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1498
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1499
                                                                                              }
                                                                                            },
                                                                                            "name": "p"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "Literal",
                                                                                            "start": 1992,
                                                                                            "end": 2003,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1500
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1511
                                                                                              }
                                                                                            },
                                                                                            "value": "d.write(\"",
                                                                                            "rawValue": "d.write(\"",
                                                                                            "raw": "'d.write(\"'"
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "CallExpression",
                                                                                          "start": 2004,
                                                                                          "end": 2049,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 19,
                                                                                              "column": 1512
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 19,
                                                                                              "column": 1557
                                                                                            }
                                                                                          },
                                                                                          "callee": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 2004,
                                                                                            "end": 2015,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 19,
                                                                                                "column": 1512
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 19,
                                                                                                "column": 1523
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "CallExpression",
                                                                                              "start": 2004,
                                                                                              "end": 2007,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1512
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1515
                                                                                                }
                                                                                              },
                                                                                              "callee": {
                                                                                                "type": "Identifier",
                                                                                                "start": 2004,
                                                                                                "end": 2005,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 1512
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 1513
                                                                                                  }
                                                                                                },
                                                                                                "name": "b"
                                                                                              },
                                                                                              "arguments": []
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 2008,
                                                                                              "end": 2015,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1516
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1523
                                                                                                }
                                                                                              },
                                                                                              "name": "replace"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "arguments": [
                                                                                            {
                                                                                              "type": "Literal",
                                                                                              "start": 2016,
                                                                                              "end": 2020,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1524
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1528
                                                                                                }
                                                                                              },
                                                                                              "value": {},
                                                                                              "rawValue": {},
                                                                                              "raw": "/\"/g",
                                                                                              "regex": {
                                                                                                "pattern": "\"",
                                                                                                "flags": "g"
                                                                                              }
                                                                                            },
                                                                                            {
                                                                                              "type": "BinaryExpression",
                                                                                              "start": 2021,
                                                                                              "end": 2048,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 19,
                                                                                                  "column": 1529
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 19,
                                                                                                  "column": 1556
                                                                                                }
                                                                                              },
                                                                                              "left": {
                                                                                                "type": "CallExpression",
                                                                                                "start": 2021,
                                                                                                "end": 2044,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 1529
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 1552
                                                                                                  }
                                                                                                },
                                                                                                "callee": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "start": 2021,
                                                                                                  "end": 2040,
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 19,
                                                                                                      "column": 1529
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 19,
                                                                                                      "column": 1548
                                                                                                    }
                                                                                                  },
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "start": 2021,
                                                                                                    "end": 2027,
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 19,
                                                                                                        "column": 1529
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 19,
                                                                                                        "column": 1535
                                                                                                      }
                                                                                                    },
                                                                                                    "name": "String"
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "start": 2028,
                                                                                                    "end": 2040,
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 19,
                                                                                                        "column": 1536
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 19,
                                                                                                        "column": 1548
                                                                                                      }
                                                                                                    },
                                                                                                    "name": "fromCharCode"
                                                                                                  },
                                                                                                  "computed": false
                                                                                                },
                                                                                                "arguments": [
                                                                                                  {
                                                                                                    "type": "Literal",
                                                                                                    "start": 2041,
                                                                                                    "end": 2043,
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 19,
                                                                                                        "column": 1549
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 19,
                                                                                                        "column": 1551
                                                                                                      }
                                                                                                    },
                                                                                                    "value": 92,
                                                                                                    "rawValue": 92,
                                                                                                    "raw": "92"
                                                                                                  }
                                                                                                ]
                                                                                              },
                                                                                              "operator": "+",
                                                                                              "right": {
                                                                                                "type": "Literal",
                                                                                                "start": 2045,
                                                                                                "end": 2048,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 19,
                                                                                                    "column": 1553
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 19,
                                                                                                    "column": 1556
                                                                                                  }
                                                                                                },
                                                                                                "value": "\"",
                                                                                                "rawValue": "\"",
                                                                                                "raw": "'\"'"
                                                                                              }
                                                                                            }
                                                                                          ]
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "Literal",
                                                                                        "start": 2050,
                                                                                        "end": 2065,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 19,
                                                                                            "column": 1558
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 19,
                                                                                            "column": 1573
                                                                                          }
                                                                                        },
                                                                                        "value": "\");d.close();",
                                                                                        "rawValue": "\");d.close();",
                                                                                        "raw": "'\");d.close();'"
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                }
                                                                              ]
                                                                            }
                                                                          },
                                                                          "guardedHandlers": [],
                                                                          "finalizer": null
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 2066,
                                                                          "end": 2072,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 19,
                                                                              "column": 1574
                                                                            },
                                                                            "end": {
                                                                              "line": 19,
                                                                              "column": 1580
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "CallExpression",
                                                                            "start": 2066,
                                                                            "end": 2072,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 19,
                                                                                "column": 1574
                                                                              },
                                                                              "end": {
                                                                                "line": 19,
                                                                                "column": 1580
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "MemberExpression",
                                                                              "start": 2066,
                                                                              "end": 2069,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 19,
                                                                                  "column": 1574
                                                                                },
                                                                                "end": {
                                                                                  "line": 19,
                                                                                  "column": 1577
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 2066,
                                                                                "end": 2067,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1574
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1575
                                                                                  }
                                                                                },
                                                                                "name": "a"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 2068,
                                                                                "end": 2069,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1576
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1577
                                                                                  }
                                                                                },
                                                                                "name": "P"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "Literal",
                                                                                "start": 2070,
                                                                                "end": 2071,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 19,
                                                                                    "column": 1578
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 19,
                                                                                    "column": 1579
                                                                                  }
                                                                                },
                                                                                "value": 2,
                                                                                "rawValue": 2,
                                                                                "raw": "2"
                                                                              }
                                                                            ]
                                                                          }
                                                                        }
                                                                      ]
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "kind": "var"
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 2074,
                                                              "end": 2094,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 1582
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 1602
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "LogicalExpression",
                                                                "start": 2074,
                                                                "end": 2094,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 1582
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 1602
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 2074,
                                                                  "end": 2077,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 1582
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 1585
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 2074,
                                                                    "end": 2075,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 1582
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 1583
                                                                      }
                                                                    },
                                                                    "name": "a"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 2076,
                                                                    "end": 2077,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 1584
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 1585
                                                                      }
                                                                    },
                                                                    "name": "l"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "operator": "&&",
                                                                "right": {
                                                                  "type": "CallExpression",
                                                                  "start": 2079,
                                                                  "end": 2094,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 1587
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 1602
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "Identifier",
                                                                    "start": 2079,
                                                                    "end": 2089,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 1587
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 1597
                                                                      }
                                                                    },
                                                                    "name": "setTimeout"
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 2090,
                                                                      "end": 2091,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 1598
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 1599
                                                                        }
                                                                      },
                                                                      "name": "q"
                                                                    },
                                                                    {
                                                                      "type": "Literal",
                                                                      "start": 2092,
                                                                      "end": 2093,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 19,
                                                                          "column": 1600
                                                                        },
                                                                        "end": {
                                                                          "line": 19,
                                                                          "column": 1601
                                                                        }
                                                                      },
                                                                      "value": 0,
                                                                      "rawValue": 0,
                                                                      "raw": "0"
                                                                    }
                                                                  ]
                                                                }
                                                              }
                                                            }
                                                          ]
                                                        },
                                                        "parenthesizedExpression": true
                                                      },
                                                      "arguments": []
                                                    }
                                                  }
                                                ]
                                              }
                                            },
                                            "arguments": []
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2102,
                                        "end": 2114,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1610
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1622
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2102,
                                          "end": 2113,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1610
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1621
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2102,
                                            "end": 2109,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 1610
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1617
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2102,
                                              "end": 2106,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 1610
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 1614
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2102,
                                                "end": 2103,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 1610
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 1611
                                                  }
                                                },
                                                "name": "c"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2104,
                                                "end": 2105,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 1612
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 1613
                                                  }
                                                },
                                                "name": "b"
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2107,
                                              "end": 2109,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 1615
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 1617
                                                }
                                              },
                                              "name": "lv"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2110,
                                            "end": 2113,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 1618
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1621
                                              }
                                            },
                                            "value": "1",
                                            "rawValue": "1",
                                            "raw": "\"1\""
                                          }
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 2114,
                                        "end": 2125,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1622
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1633
                                          }
                                        },
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 2121,
                                          "end": 2125,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1629
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1633
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2121,
                                            "end": 2122,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 1629
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1630
                                              }
                                            },
                                            "name": "c"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2123,
                                            "end": 2124,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 1631
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1632
                                              }
                                            },
                                            "name": "b"
                                          },
                                          "computed": true
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 2126,
                                  "end": 2163,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 1634
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 1671
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2130,
                                      "end": 2145,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1638
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1653
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2130,
                                        "end": 2131,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1638
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1639
                                          }
                                        },
                                        "name": "o"
                                      },
                                      "init": {
                                        "type": "Literal",
                                        "start": 2132,
                                        "end": 2145,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1640
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1653
                                          }
                                        },
                                        "value": "lightningjs",
                                        "rawValue": "lightningjs",
                                        "raw": "\"lightningjs\""
                                      }
                                    },
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2146,
                                      "end": 2162,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1654
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1670
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2146,
                                        "end": 2147,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1654
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1655
                                          }
                                        },
                                        "name": "k"
                                      },
                                      "init": {
                                        "type": "AssignmentExpression",
                                        "start": 2148,
                                        "end": 2162,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1656
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1670
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 2148,
                                          "end": 2157,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1656
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1665
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2148,
                                            "end": 2154,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 1656
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1662
                                              }
                                            },
                                            "name": "window"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2155,
                                            "end": 2156,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 1663
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1664
                                              }
                                            },
                                            "name": "o"
                                          },
                                          "computed": true
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 2158,
                                          "end": 2162,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 1666
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 1670
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 2158,
                                            "end": 2159,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 1666
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 1667
                                              }
                                            },
                                            "name": "g"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 2160,
                                              "end": 2161,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 1668
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 1669
                                                }
                                              },
                                              "name": "o"
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2163,
                                  "end": 2175,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 1671
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 1683
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2163,
                                    "end": 2174,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 1671
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 1682
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2163,
                                      "end": 2172,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1671
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1680
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2163,
                                        "end": 2164,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1671
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1672
                                          }
                                        },
                                        "name": "k"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2165,
                                        "end": 2172,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1673
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1680
                                          }
                                        },
                                        "name": "require"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 2173,
                                      "end": 2174,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1681
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1682
                                        }
                                      },
                                      "name": "g"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2175,
                                  "end": 2186,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 1683
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 1694
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2175,
                                    "end": 2186,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 1683
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 1694
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2175,
                                      "end": 2184,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1683
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1692
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2175,
                                        "end": 2176,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1683
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1684
                                          }
                                        },
                                        "name": "k"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2177,
                                        "end": 2184,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 1685
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 1692
                                          }
                                        },
                                        "name": "modules"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 2185,
                                      "end": 2186,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 1693
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 1694
                                        }
                                      },
                                      "name": "c"
                                    }
                                  }
                                }
                              ]
                            }
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 2188,
                              "end": 2190,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 1696
                                },
                                "end": {
                                  "line": 19,
                                  "column": 1698
                                }
                              },
                              "properties": []
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2199,
              "end": 2375,
              "loc": {
                "start": {
                  "line": 21,
                  "column": 2
                },
                "end": {
                  "line": 28,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2199,
                "end": 2211,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 2
                  },
                  "end": {
                    "line": 21,
                    "column": 14
                  }
                },
                "name": "setCustomVar"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2211,
                "end": 2375,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 14
                  },
                  "end": {
                    "line": 28,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2212,
                    "end": 2216,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 15
                      },
                      "end": {
                        "line": 21,
                        "column": 19
                      }
                    },
                    "name": "data"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2217,
                  "end": 2375,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 20
                    },
                    "end": {
                      "line": 28,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2223,
                      "end": 2371,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2223,
                        "end": 2370,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 27,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2223,
                          "end": 2243,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 4
                            },
                            "end": {
                              "line": 22,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2223,
                            "end": 2229,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 4
                              },
                              "end": {
                                "line": 22,
                                "column": 10
                              }
                            },
                            "name": "window"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2230,
                            "end": 2243,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 11
                              },
                              "end": {
                                "line": 22,
                                "column": 24
                              }
                            },
                            "name": "usabilla_live"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2244,
                            "end": 2250,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 25
                              },
                              "end": {
                                "line": 22,
                                "column": 31
                              }
                            },
                            "value": "data",
                            "rawValue": "data",
                            "raw": "\"data\""
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 2252,
                            "end": 2369,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 33
                              },
                              "end": {
                                "line": 27,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 2260,
                                "end": 2363,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 7
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Literal",
                                  "start": 2260,
                                  "end": 2268,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 14
                                    }
                                  },
                                  "value": "custom",
                                  "rawValue": "custom",
                                  "raw": "\"custom\""
                                },
                                "value": {
                                  "type": "ObjectExpression",
                                  "start": 2270,
                                  "end": 2363,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 2280,
                                      "end": 2293,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 21
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 2280,
                                        "end": 2287,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 15
                                          }
                                        },
                                        "value": "place",
                                        "rawValue": "place",
                                        "raw": "\"place\""
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 2289,
                                        "end": 2293,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 21
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 2303,
                                      "end": 2355,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 60
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 2303,
                                        "end": 2312,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 17
                                          }
                                        },
                                        "value": "session",
                                        "rawValue": "session",
                                        "raw": "\"session\""
                                      },
                                      "value": {
                                        "type": "LogicalExpression",
                                        "start": 2314,
                                        "end": 2355,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 60
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 2314,
                                          "end": 2349,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 54
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2314,
                                            "end": 2340,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "NewExpression",
                                              "start": 2314,
                                              "end": 2330,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 35
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 2318,
                                                "end": 2328,
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 33
                                                  }
                                                },
                                                "name": "CookieUtil"
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2331,
                                              "end": 2340,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 45
                                                }
                                              },
                                              "name": "getCookie"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 2341,
                                              "end": 2348,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 53
                                                }
                                              },
                                              "value": "lpUid",
                                              "rawValue": "lpUid",
                                              "raw": "\"lpUid\""
                                            }
                                          ]
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "Literal",
                                          "start": 2353,
                                          "end": 2355,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 60
                                            }
                                          },
                                          "value": "",
                                          "rawValue": "",
                                          "raw": "\"\""
                                        }
                                      },
                                      "kind": "init"
                                    }
                                  ]
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "eslint-disable ",
            "start": 99,
            "end": 118,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 4,
                "column": 19
              }
            },
            "range": [
              99,
              118
            ]
          }
        ],
        "__esdoc__pseudo_export": false,
        "trailingComments": [
          {
            "type": "Block",
            "value": "eslint-enable ",
            "start": 2404,
            "end": 2422,
            "loc": {
              "start": {
                "line": 32,
                "column": 0
              },
              "end": {
                "line": 32,
                "column": 18
              }
            },
            "range": [
              2404,
              2422
            ]
          }
        ]
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "eslint-enable ",
          "start": 2404,
          "end": 2422,
          "loc": {
            "start": {
              "line": 32,
              "column": 0
            },
            "end": {
              "line": 32,
              "column": 18
            }
          },
          "range": [
            2404,
            2422
          ]
        }
      ],
      "leadingComments": null
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 2379,
      "end": 2403,
      "loc": {
        "start": {
          "line": 31,
          "column": 0
        },
        "end": {
          "line": 31,
          "column": 24
        }
      },
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "let",
        "loc": {
          "start": {
            "line": 31,
            "column": 0
          },
          "end": {
            "line": 31,
            "column": 24
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "usabilla"
            },
            "init": {
              "type": "NewExpression",
              "callee": {
                "type": "Identifier",
                "name": "Usabilla"
              }
            }
          }
        ],
        "leadingComments": [],
        "trailingComments": [
          {
            "type": "Block",
            "value": "eslint-enable ",
            "start": 2404,
            "end": 2422,
            "loc": {
              "start": {
                "line": 32,
                "column": 0
              },
              "end": {
                "line": 32,
                "column": 18
              }
            },
            "range": [
              2404,
              2422
            ]
          }
        ]
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "eslint-enable ",
          "start": 2404,
          "end": 2422,
          "loc": {
            "start": {
              "line": 32,
              "column": 0
            },
            "end": {
              "line": 32,
              "column": 18
            }
          },
          "range": [
            2404,
            2422
          ]
        }
      ]
    }
  ]
}