(function() { const u = '/apps/statistics.php?aid=39303&browser=IE&created_date=20260224&created_hour=01&dduuid=4f4242b73d62f&device=0&device_type=desktop&os=Windows&ssid=bfaropv8bt8dugftct74esbnhr&t=1771866895&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1326e9e5397c6afa9799272b8f1f3ce237891d96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();