(function() { const u = '/apps/statistics.php?aid=38466&browser=IE&created_date=20260310&created_hour=23&dduuid=343b5e421125b&device=0&device_type=desktop&os=Windows&ssid=8cimd54fomvtoe91qe3kt7f2s7&t=1773156198&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=755cf6ffc8ab56f50392247eea7c8d5b04b917e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();