(function() { const u = '/apps/statistics.php?aid=4338&browser=IE&created_date=20260305&created_hour=03&dduuid=e742883e0587e&device=0&device_type=desktop&os=Windows&ssid=ld52oht4f89ajb7k32g7r050l7&t=1772653549&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a414d7ba77402adfa33c11cd23f38194c0dcb117&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();