(function() { const u = '/apps/statistics.php?aid=441194&browser=IE&created_date=20251129&created_hour=20&dduuid=bda9d986b025b&device=0&device_type=desktop&os=Windows&ssid=2p2f55cah1o6p2t72u3oeqhse6&t=1764420424&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f90cc18bcf49df4fe0412b709caef2ed72a9553&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();