(function() { const u = '/apps/statistics.php?aid=445036&browser=IE&created_date=20251220&created_hour=13&dduuid=48319bb83a453&device=0&device_type=desktop&os=Windows&ssid=i17a6d6ie8qkb75dpt2mobrc4f&t=1766207704&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=376f35194b6a8995a0e62bebed83a0d109b9f160&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();