(function() { const u = '/apps/statistics.php?aid=340397&browser=IE&created_date=20260228&created_hour=00&dduuid=a20c375f21647&device=0&device_type=desktop&os=Windows&ssid=815bnun8dorijdh3fn2695p5r2&t=1772211339&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27a8c8108a7b9e17ac3fb34ea99251d46c87c5ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();