(function() { const u = '/apps/statistics.php?aid=324409&browser=IE&created_date=20260307&created_hour=17&dduuid=538808f9a3797&device=0&device_type=desktop&os=Windows&ssid=srauldkv9t5ah7is53i3i7bpsm&t=1772874634&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00f7df83eb141991af00a70461f98f5b0d6edaf9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();