(function() { const u = '/apps/statistics.php?aid=443011&browser=IE&created_date=20260223&created_hour=23&dduuid=4b951246ad1ea&device=0&device_type=desktop&os=Windows&ssid=j70k7e3pmckb85nojt1hqe40bl&t=1771860213&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2fa24d104484eea38b99190ce0670cfa30d5a8e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();