(function() { const u = '/apps/statistics.php?aid=455122&browser=IE&created_date=20260306&created_hour=03&dduuid=c1e0bfa99f53b&device=0&device_type=desktop&os=Windows&ssid=05rm3n8284gg7e83bj99slkilf&t=1772740436&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52ded473a2b29e67e24a3cb2ffeb83e2f2c9de76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();