(function() { const u = '/apps/statistics.php?aid=92735&browser=IE&created_date=20260116&created_hour=09&dduuid=112b5ff2f0d42&device=0&device_type=desktop&os=Windows&ssid=crl3eoqr0h111r4627cdvg5sed&t=1768526707&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75a81745c6f8e6a95c7b95e1a8827f58663fddc9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();