(function() { const u = '/apps/statistics.php?aid=20353&browser=IE&created_date=20260303&created_hour=23&dduuid=67512aa865d95&device=0&device_type=desktop&os=Windows&ssid=3jlu1frb3e7h6884cgp7uaf0tp&t=1772551987&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4188dbeb699a193708de0d225062dde538ff0ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();