(function() { const u = '/apps/statistics.php?aid=431843&browser=IE&created_date=20260115&created_hour=16&dduuid=81ae5d1a66864&device=0&device_type=desktop&os=Windows&ssid=ra56stblh36cc0il44ibrma6u8&t=1768466910&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd98bea8fe581797876a1b6a2f92122cb0f18eec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();