(function() { const u = '/apps/statistics.php?aid=408533&browser=IE&created_date=20260121&created_hour=23&dduuid=bd0fc3456ad61&device=0&device_type=desktop&os=Windows&ssid=oh8ilmffoutn4rmlkkait0et8c&t=1769009839&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95c78324e81fe8c0f56d5b37e50682e70512cd09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();