(function() { const u = '/apps/statistics.php?aid=405324&browser=IE&created_date=20260124&created_hour=07&dduuid=c68a9c966c70c&device=0&device_type=desktop&os=Windows&ssid=il0bqse279v59kp00mo76hd7om&t=1769211890&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cfe0312ce1390dc1de387904874fc092f89ae1b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();