(function() { const u = '/apps/statistics.php?aid=407114&browser=IE&created_date=20260114&created_hour=08&dduuid=a14432815b9e6&device=0&device_type=desktop&os=Windows&ssid=i1ke1ru5ibmpf47avs8h6bo4u6&t=1768350703&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=373196955d5ff65614826e84018a0c54bfd0df0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();