(function() { const u = '/apps/statistics.php?aid=410312&browser=IE&created_date=20251129&created_hour=17&dduuid=a5154eb4fc35c&device=0&device_type=desktop&os=Windows&ssid=9dif92mmjtm2olsn7sn5ag08tj&t=1764408855&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a7027e7815b2e6f7645491797eb8d6deb403d0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();