(function() { const u = '/apps/statistics.php?aid=207736&browser=IE&created_date=20260105&created_hour=20&dduuid=6e5deb6e28a31&device=0&device_type=desktop&os=Windows&ssid=n6djim5e7ggc6o8evoegsojru6&t=1767617157&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70613fb5487a2ca04ebd08a28b23d4951a777c9b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();