(function() { const u = '/apps/statistics.php?aid=344546&browser=IE&created_date=20260313&created_hour=09&dduuid=5a3bc9b0bcd50&device=0&device_type=desktop&os=Windows&ssid=8mpkq7e3ae2nu0cf3nd5t3hrls&t=1773364512&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83dc7bbd61b4f5b423ef0df1921db1b2b2d52b17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();