(function() { const u = '/apps/statistics.php?aid=336594&browser=IE&created_date=20260307&created_hour=06&dduuid=9f5b8d7b57ee9&device=0&device_type=desktop&os=Windows&ssid=50h8elnsnlc9uckdb4sllfrc9h&t=1772836630&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d4e00e0b03f90efa5151a4d6b09c1bd7309c52f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();