backward up forward refresh
home
login
about

:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
eFlashVersion = 0;

if (navigator.plugins.length)
{
    eFlashPlugin = navigator.plugins["Shockwave Flash"];

    if (eFlashPlugin)
    {
        if (eFlashPlugin.description)
        {
            eFlashVersion = new RegExp(/\d+(?:\.\d+)?/).exec(eFlashPlugin.description);
        }
        else
        {
            eFlashVersion = '?';
        }
    }
}
else
{
    document.write('<scr' + 'ipt language="VBScript">\n    on error resume next\n    For i = 2 to 15\n    If Not(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & i))) Then\n    Else\n    eFlashVersion = i\n    End If\n    Next\n</scr' + 'ipt>');
}

document.write('<a href="http://estats.emdek.cba.pl"><img src="' + ePath + 'antipixel.php?count=' + (eCount?1:0) + '&javascript=1&cookies=' + (navigator.cookieEnabled?1:0) + '&flash=' + escape(eFlashVersion) + '&java=' + (navigator.javaEnabled()?1:0) + '&width=' + screen.width + '&height=' + screen.height + '&address=' + escape(eAddress?eAddress:window.location.href) + '&title=' + escape(eTitle?eTitle:document.title) + (eAntipixel?'&antipixel=' + escape(eAntipixel):'') + '&' + Date.now() + '" alt="eStats" title="eStats" /></a>');
Text file (JS), size: 1.04 KB