(function() { const u = '/apps/statistics.php?aid=311049&browser=IE&created_date=20260225&created_hour=22&dduuid=c86bf2ce1d08a&device=0&device_type=desktop&os=Windows&ssid=5pqg7c9uj4s0l8ulrcr7b0aohq&t=1772030554&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d12395665ff18e1d8c5be512827171c5a0fe9b16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();