(function() { const u = '/apps/statistics.php?aid=396599&browser=IE&created_date=20260226&created_hour=10&dduuid=bcb50494c5ea1&device=0&device_type=desktop&os=Windows&ssid=vap53e86rcbbrj30362uc78lqj&t=1772073005&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d57d7c39576e48da564ef790bf76b285d6ebc6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();