(function() { const u = '/apps/statistics.php?aid=406146&browser=IE&created_date=20260311&created_hour=04&dduuid=7decffe0d4741&device=0&device_type=desktop&os=Windows&ssid=oh04p968nie29j7aumjrocf3ik&t=1773174266&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56e7adda66d96dd97d3017cec1b9f25e1dbd1ad4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();