(function() { const u = '/apps/statistics.php?aid=210389&browser=IE&created_date=20251223&created_hour=08&dduuid=b89cded9df8f1&device=0&device_type=desktop&os=Windows&ssid=6t7dkv8v0q78anvci81cdnd6pv&t=1766448253&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c391483cffc8ec936d239a95f463e60e7e7a7941&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();