(function() { const u = '/apps/statistics.php?aid=436154&browser=IE&created_date=20251226&created_hour=10&dduuid=ab94c41eb2aca&device=0&device_type=desktop&os=Windows&ssid=90oif27ehu7lu8u63il53p41m2&t=1766716297&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da8b760d70293d02f43390ea6f7f9207207a56b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();