(function() { const u = '/apps/statistics.php?aid=375468&browser=IE&created_date=20251220&created_hour=15&dduuid=7987492422940&device=0&device_type=desktop&os=Windows&ssid=h25t67qd2cjevu9v1dovjniu1c&t=1766217261&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d01a9ea8a663858ab1f5719d0f08c9e82320c0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();