(function() { const u = '/apps/statistics.php?aid=448897&browser=IE&created_date=20260114&created_hour=00&dduuid=3a71065a9831c&device=0&device_type=desktop&os=Windows&ssid=3du50r0o2uqhpm13qk8u4sjnbg&t=1768321850&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c9312fd2631a54668f2c6c194ee31433dbf1bf2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();