(function() { const u = '/apps/statistics.php?aid=428854&browser=IE&created_date=20260311&created_hour=13&dduuid=03f6a677f8c72&device=0&device_type=desktop&os=Windows&ssid=evi9330mg6hmj0djf2k8imfqhs&t=1773206667&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f93b204026261324ff6991a9ea9d7bfccd2a623&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();