(function() { const u = '/apps/statistics.php?aid=264493&browser=IE&created_date=20260315&created_hour=15&dduuid=99f7632c7a4c6&device=0&device_type=desktop&os=Windows&ssid=iv3gtgsdmp6mb2bb9055ktv6bi&t=1773559008&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=811debb7cf683d42c57c44c9430c4742eb9a0346&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();