(function() { const u = '/apps/statistics.php?aid=448687&browser=IE&created_date=20260226&created_hour=05&dduuid=8075ced02f1ac&device=0&device_type=desktop&os=Windows&ssid=k7p6jmih0fq3nd82u4jletikov&t=1772056685&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42a815826a8ca570406989ff7c4337ab700bf614&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();