(function() { const u = '/apps/statistics.php?aid=456344&browser=IE&created_date=20260227&created_hour=00&dduuid=07f12f77c023f&device=0&device_type=desktop&os=Windows&ssid=4t64tt6eeh90t7v43l1gu66vsi&t=1772123483&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec78f26f726e2c11bd1cff2395e53bc26df9f042&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();