(function() { const u = '/apps/statistics.php?aid=79863&browser=IE&created_date=20260224&created_hour=01&dduuid=5757b59ec0b92&device=0&device_type=desktop&os=Windows&ssid=cjjebjqt0c6somn4onm49hdui7&t=1771866838&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2cf5b27d3f09a1b7ff0548cc416d2dbf64b0b6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();