(function() { const u = '/apps/statistics.php?aid=12276&browser=IE&created_date=20260121&created_hour=15&dduuid=9bbc3f29e0fe8&device=0&device_type=desktop&os=Windows&ssid=73v8h32gj0ihqbohbrmhmiee15&t=1768980567&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb55600c91b457b66746c44c900742311e890413&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();