(function() { const u = '/apps/statistics.php?aid=57783&browser=IE&created_date=20260122&created_hour=00&dduuid=36d50bddd185b&device=0&device_type=desktop&os=Windows&ssid=b5apcinj344d2khfbe6quh99rd&t=1769012263&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8deeb38f45dd1794bdf05e2aabf876119789631e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();