(function() { const u = '/apps/statistics.php?aid=425815&browser=IE&created_date=20260310&created_hour=10&dduuid=7d71100d81d4c&device=0&device_type=desktop&os=Windows&ssid=hhubt4umcapqqrtofifd5bt1ik&t=1773111317&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61ff8fd137959fa71a0541f1caede3fe85b8fee1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();