(function() { const u = '/apps/statistics.php?aid=454893&browser=IE&created_date=20260310&created_hour=15&dduuid=0b5da775f0ed4&device=0&device_type=desktop&os=Windows&ssid=luhgqgetgg7dutp763aecfm92v&t=1773128735&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86557022a3302fc7495a4b888389622fb2484ace&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();