(function() { const u = '/apps/statistics.php?aid=449788&browser=IE&created_date=20260226&created_hour=01&dduuid=f3ffdb8f3104f&device=0&device_type=desktop&os=Windows&ssid=7juh3qp4nm2a9dqco4onaopagf&t=1772042297&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a03cd37b094b27cb704f3f4832f70a01d05e69e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();