(function() { const u = '/apps/statistics.php?aid=369405&browser=IE&created_date=20251220&created_hour=20&dduuid=3b283e68868d4&device=0&device_type=desktop&os=Windows&ssid=v49l717ffs6jn39cv6p0pb3h1l&t=1766233163&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89530cba41c09c6de11317a9d80a6347f3a588f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();