(function() { const u = '/apps/statistics.php?aid=54355&browser=IE&created_date=20260227&created_hour=13&dduuid=89d8572cdd923&device=0&device_type=desktop&os=Windows&ssid=fnt25d6jc20hgqd0set9cucrjb&t=1772170512&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff817ffaf0916e5e1bb47518e5174eb8eed3640c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();