(function() { const u = '/apps/statistics.php?aid=38468&browser=IE&created_date=20260304&created_hour=19&dduuid=afa98f7cbb655&device=0&device_type=desktop&os=Windows&ssid=gsqpk6nkjnn6ijtbj3a7s9nb17&t=1772623436&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71db450a70736815e6fde01710f4c3c01dd4fecb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();