(function() { const u = '/apps/statistics.php?aid=454573&browser=IE&created_date=20260304&created_hour=11&dduuid=32da744c894bf&device=0&device_type=desktop&os=Windows&ssid=d4m61hvscb48vqpi7q63enr5hg&t=1772594517&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7281098030b8350801b218039fef919613f18eb1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();