(function() { const u = '/apps/statistics.php?aid=419453&browser=IE&created_date=20260114&created_hour=23&dduuid=d94de890463be&device=0&device_type=desktop&os=Windows&ssid=p9l8tf8k4s70f8us6dphlvtmfn&t=1768404634&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d90d2c60d53c15768b8071fa8d38f0c0a749eec9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();