(function() { const u = '/apps/statistics.php?aid=452839&browser=IE&created_date=20260224&created_hour=19&dduuid=bf93fcd9895dc&device=0&device_type=desktop&os=Windows&ssid=87hh2ie873kvd3517is7piqab9&t=1771931676&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59c1957970a134d6360c5cfd3502db0e7c94c6b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();