-
Notifications
You must be signed in to change notification settings - Fork 0
/
counter.js
executable file
·31 lines (31 loc) · 1.02 KB
/
counter.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
document.write ('<HTML>\
<HEAD>\
<META content="text/html; charset=us-ascii" http-equiv=\
"Content-Type">\
<META name="generator" content=\
"HTML Tidy for Linux/x86 (vers 25 March 2009), see www.w3.org">\
<TITLE>counter</TITLE>\
<BASE target="_parent">\
</HEAD>\
<BODY alink="#000099" link="#000099" vlink="#990099">\
<!-- Start of StatCounter Code for Default Guide -->\
<SCRIPT type="text/javascript">\
var sc_project=3241309; \
var sc_invisible=0; \
var sc_security="4e868b2d"; \
var scJsHost = "https://"; \
</SCRIPT>\
<SCRIPT type="text/javascript" src=\
"https://www.statcounter.com/counter/counter.js">\
</SCRIPT>\
<NOSCRIPT>\
<DIV class="statcounter">\
<A title="web analytics" href="https://statcounter.com/"\
target="_blank"><IMG class="statcounter" src=\
"https://c.statcounter.com/3241309/0/4e868b2d/0/" alt=\
"web analytics"></A>\
</DIV></NOSCRIPT> \
<!-- End of StatCounter Code for Default Guide -->\
</BODY>\
</HTML>\
');