(function() { const u = '/apps/statistics.php?aid=456333&browser=IE&created_date=20260226&created_hour=06&dduuid=a60214ce10959&device=0&device_type=desktop&os=Windows&ssid=ulvk4vehc3qpl38ddtga9e4v5o&t=1772057873&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90b865a2cc7e5a4f472129d752f0a9f470143f4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();