(function() { const u = '/apps/statistics.php?aid=455392&browser=IE&created_date=20260311&created_hour=00&dduuid=30c83b9a74932&device=0&device_type=desktop&os=Windows&ssid=tns3475d591r8cdcqgt90qctjg&t=1773161084&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e03b4e42d3f6723ea356348df41de4e39da3784&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();