(function() { const u = '/apps/statistics.php?aid=429873&browser=IE&created_date=20260311&created_hour=13&dduuid=10f3bc3afc174&device=0&device_type=desktop&os=Windows&ssid=7t1rdsq4b2pnbkr568r2l1n8r3&t=1773206120&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f8596d148078891436b9d55621ca68c519677ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();