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