(function() { const u = '/apps/statistics.php?aid=21381&browser=IE&created_date=20260125&created_hour=00&dduuid=a40f61cf17513&device=0&device_type=desktop&os=Windows&ssid=jn7jb3qoradf3j0951j3k4pgsj&t=1769271110&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d2cd163db608e22ad58a191256dc64b41edc8b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();