(function() { const u = '/apps/statistics.php?aid=104520&browser=IE&created_date=20260308&created_hour=03&dduuid=61300b1f46c3f&device=0&device_type=desktop&os=Windows&ssid=1f22h0qslgq5ikpriog9p7cqhr&t=1772910056&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6d9cc8f21ece1c31f34acc878720e3991d5775a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();