(function() { const u = '/apps/statistics.php?aid=453973&browser=IE&created_date=20260226&created_hour=09&dduuid=47308dd36b956&device=0&device_type=desktop&os=Windows&ssid=c3mvguklf9evuo7edjgv524hf9&t=1772067959&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4eb45c36315926960eac52a0adaf715dfd8b9d89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();