(function() { const u = '/apps/statistics.php?aid=419783&browser=IE&created_date=20260107&created_hour=14&dduuid=62a71b0fc0794&device=0&device_type=desktop&os=Windows&ssid=qcpb3d80a83uc0fvu87r09hc9c&t=1767767212&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04ede44f673365931b2fbe2143e14ca59fe2471a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();