(function() { const u = '/apps/statistics.php?aid=399940&browser=IE&created_date=20260308&created_hour=09&dduuid=3da9d91b20d49&device=0&device_type=desktop&os=Windows&ssid=85071qe39h5r0proskibougfd0&t=1772934357&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e745abdf9b7365d3eac16d30a2a2352f88c90439&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();