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