(function() { const u = '/apps/statistics.php?aid=451961&browser=IE&created_date=20260306&created_hour=15&dduuid=5d6a6409ae0cf&device=0&device_type=desktop&os=Windows&ssid=77in28blaqb4b3tf44gd52hk3s&t=1772780785&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c72411e012283e2e548886de5d58c59995b8b1d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();