(function() { const u = '/apps/statistics.php?aid=436182&browser=IE&created_date=20251230&created_hour=11&dduuid=c5108aa9126f4&device=0&device_type=desktop&os=Windows&ssid=3k6r9ks8gnth90iosp333cvvoo&t=1767064691&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8519c5e043cb33ba40cb4047ec3cbb198ca3115c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();