(function() { const u = '/apps/statistics.php?aid=445377&browser=IE&created_date=20251223&created_hour=12&dduuid=b4f83af309051&device=0&device_type=desktop&os=Windows&ssid=2ac5b706fltoipmivfq26rmr94&t=1766465467&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89e022ea18d562562ef1f75d4302d3da0ef15cb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();