(function() { const u = '/apps/statistics.php?aid=291707&browser=IE&created_date=20260116&created_hour=21&dduuid=2fac3cd2c620e&device=0&device_type=desktop&os=Windows&ssid=pof315qn5ultodibc1v2n8eesl&t=1768569764&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c90a25365af02d576fa1b28e4444b35138d5da72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();