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