(function() { const u = '/apps/statistics.php?aid=448564&browser=IE&created_date=20260226&created_hour=08&dduuid=82fe471f3df66&device=0&device_type=desktop&os=Windows&ssid=dg0fdncncdmjq878lvkacu6lco&t=1772064930&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee9d9373b9a94740a83759dbb900c6d1ad796f49&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();