(function() { const u = '/apps/statistics.php?aid=439039&browser=IE&created_date=20251226&created_hour=14&dduuid=82b8a6fffc408&device=0&device_type=desktop&os=Windows&ssid=1n3dd5jjv3f9q592jua082806g&t=1766730212&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=515e3458612f9e30b6de1b5d0719ac248434a7a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();