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