(function() { const u = '/apps/statistics.php?aid=443447&browser=IE&created_date=20260223&created_hour=20&dduuid=3be9864c5f30c&device=0&device_type=desktop&os=Windows&ssid=6sk2t2ni362mte700dq34co339&t=1771849438&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3152969e369a145a6f1bd9c196fd152e7b1a7d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();