(function() { const u = '/apps/statistics.php?aid=444302&browser=IE&created_date=20251218&created_hour=09&dduuid=7c47eddf0253b&device=0&device_type=desktop&os=Windows&ssid=6lr1hro5p38qonmbsj30c53ne5&t=1766021770&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bb95125f6caa2e4e8c5defcf42ea54790aa6b32b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();