(function() { const u = '/apps/statistics.php?aid=455211&browser=IE&created_date=20260304&created_hour=22&dduuid=686120d08966d&device=0&device_type=desktop&os=Windows&ssid=9o69bb4hioppjraqe5bdttic3r&t=1772632944&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba480710787b332ca5b3376df43f09a176db6fef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();