(function() { const u = '/apps/statistics.php?aid=453013&browser=IE&created_date=20260312&created_hour=00&dduuid=3b1cbda1f923d&device=0&device_type=desktop&os=Windows&ssid=la5f4jnh1vc3giel814mjg4qm7&t=1773247478&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=82963aefff34bfb39f189cd56ad3a068206dd1b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();