(function() { const u = '/apps/statistics.php?aid=454459&browser=IE&created_date=20260223&created_hour=22&dduuid=83831075f48cc&device=0&device_type=desktop&os=Windows&ssid=43s5gaii5rfeeobnpuichnuis4&t=1771856591&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9d6b5090356afee46a8ab122c1979a5ec5ca49e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();