(function() { const u = '/apps/statistics.php?aid=450186&browser=IE&created_date=20260312&created_hour=03&dduuid=f59a9be2ec035&device=0&device_type=desktop&os=Windows&ssid=o1sb4ekbfdhfi8gne1lacg1ram&t=1773258586&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3822ffdd4f94a8d987ebadb7e7280bba6a26d7ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();