(function() { const u = '/apps/statistics.php?aid=450194&browser=IE&created_date=20260312&created_hour=02&dduuid=8e3d1ed2bf4c9&device=0&device_type=desktop&os=Windows&ssid=hv36mj7os6202923rm0d9n6ria&t=1773253060&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9b024bc02211d03a4fe6e7fcb9fb48a70c8d6c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();