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