(function() { const u = '/apps/statistics.php?aid=431068&browser=IE&created_date=20260116&created_hour=15&dduuid=b88e174d5bcff&device=0&device_type=desktop&os=Windows&ssid=h2gnf6mq46t5u9eu6g6ssleoei&t=1768549294&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=969912f00d86c66c1345292ea05c99c8087d68a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();