(function() { const u = '/apps/statistics.php?aid=455823&browser=IE&created_date=20260311&created_hour=06&dduuid=3b5f9ac8992ea&device=0&device_type=desktop&os=Windows&ssid=fnbna6vvm1ittqq24epiq8blc4&t=1773180573&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66820cc464e9fab3577b7a253833f8db6fa14d39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();