(function() { const u = '/apps/statistics.php?aid=98816&browser=IE&created_date=20260225&created_hour=23&dduuid=a383241260c43&device=0&device_type=desktop&os=Windows&ssid=9fa7s77ur13e10oiibrk58u6sc&t=1772032841&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50e595bc71c9f5d771e7d128c38a123ac1c452ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();