(function() { const u = '/apps/statistics.php?aid=340215&browser=IE&created_date=20260228&created_hour=19&dduuid=73b1724d25c6a&device=0&device_type=desktop&os=Windows&ssid=isbi0sfjup5gvdmmuq42u3np8t&t=1772278725&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d0b05f884f17cf8b9eb19f6e9a2ea8f692e88e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();