(function() { const u = '/apps/statistics.php?aid=430049&browser=IE&created_date=20260118&created_hour=13&dduuid=49a4be1ee26c8&device=0&device_type=desktop&os=Windows&ssid=5n5fj6i0lipd514runbf89ssnm&t=1768713104&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d096e7f70c129a966aded1abce0f62ab482d2b5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();