(function() { const u = '/apps/statistics.php?aid=439979&browser=IE&created_date=20260310&created_hour=15&dduuid=b9f7f3f66c9e8&device=0&device_type=desktop&os=Windows&ssid=sk8vridcfus5rp6gi5spr39d6f&t=1773128573&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86a98b0125e536c949f7dee6dc27eead163d617b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();