(function() { const u = '/apps/statistics.php?aid=357069&browser=IE&created_date=20260306&created_hour=07&dduuid=8ec9442bc69fc&device=0&device_type=desktop&os=Windows&ssid=tqemrqqrdqv45cv7ni7jhhvst8&t=1772753555&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9422d1f510fc30780c8f9df8e90d33bcb6b7835&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();