(function() { const u = '/apps/statistics.php?aid=439191&browser=IE&created_date=20260304&created_hour=23&dduuid=7c5fbe1af2b79&device=0&device_type=desktop&os=Windows&ssid=4dvbtu9gq01h9ca8gr1dtb4isj&t=1772637592&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed37ae52d24ebe3f2e7b6103e86527b1f5ff3ed1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();