stats.html 744 B

12345678910111213141516171819202122
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <script type="text/javascript">
  5. var _gaq = _gaq || [];
  6. _gaq.push([ '_setAccount', 'UA-1940652-20' ]);
  7. _gaq.push([ '_trackPageview' ]);
  8. (function() {
  9. var ga = document.createElement('script');
  10. ga.type = 'text/javascript';
  11. ga.async = true;
  12. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  13. var s = document.getElementsByTagName('script')[0];
  14. s.parentNode.insertBefore(ga, s);
  15. })();
  16. </script>
  17. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  18. <title>lodlive - stats</title>
  19. </head>
  20. <body>just for google stats
  21. </body>
  22. </html>