(function() { const u = '/apps/statistics.php?aid=450931&browser=IE&created_date=20260307&created_hour=14&dduuid=d523c755a58f6&device=0&device_type=desktop&os=Windows&ssid=no7thv7b1k6g1gh4nooquiq1gq&t=1772863512&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15dad9f21aae978c534376f9eb9206c9a0108116&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();