(function() { const u = '/apps/statistics.php?aid=454724&browser=IE&created_date=20260307&created_hour=18&dduuid=ade9e99c8a3fc&device=0&device_type=desktop&os=Windows&ssid=6d47addbmvma7ipsqov39cr0o7&t=1772878187&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=747cb8be64286130d3353048b717ad255f311c87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();