(function() { const u = '/apps/statistics.php?aid=395165&browser=IE&created_date=20260310&created_hour=05&dduuid=ce5d299ea797a&device=0&device_type=desktop&os=Windows&ssid=s50e6dkosf7dhdq4od5dm6gm50&t=1773092136&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=113053c34ee1f4c89bf115af0c4e833c8ac1c7a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();