(function() { const u = '/apps/statistics.php?aid=345017&browser=IE&created_date=20251221&created_hour=12&dduuid=4245873d769c3&device=0&device_type=desktop&os=Windows&ssid=gec71i0892k2gffhmvvmubbr57&t=1766290791&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f48e0b589561681043456fcf36ce0c48fc8495e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();