(function() { const u = '/apps/statistics.php?aid=229951&browser=IE&created_date=20251208&created_hour=11&dduuid=2aef08b882612&device=0&device_type=desktop&os=Windows&ssid=89g9bql5gikl89mmcb1ednk8po&t=1765164235&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=457cdb7685fc0513b9d51187078f21999b19311f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();