(function() { const u = '/apps/statistics.php?aid=457129&browser=IE&created_date=20260307&created_hour=15&dduuid=a07f309b1576c&device=0&device_type=desktop&os=Windows&ssid=rimt1i3j5theb34i1mo962b99p&t=1772869894&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cdf7613a13751801b0c0cd9d31fa3f794ed36d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();