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