(function() { const u = '/apps/statistics.php?aid=430564&browser=IE&created_date=20260117&created_hour=13&dduuid=020f4c60c11fa&device=0&device_type=desktop&os=Windows&ssid=gjf5ra177d0u527s1bvk82qfmj&t=1768628397&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da63edc5a9e61b41476a187e73d7dd70790f1364&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();