(function() { const u = '/apps/statistics.php?aid=349447&browser=IE&created_date=20251227&created_hour=14&dduuid=62b494232cde0&device=0&device_type=desktop&os=Windows&ssid=oehm8bpdgbumcr1o56lk64vhl8&t=1766818456&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68fe076a2967aedad9573235689549a7e4688fba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();