(function() { const u = '/apps/statistics.php?aid=293409&browser=IE&created_date=20260307&created_hour=23&dduuid=2f373ce392b32&device=0&device_type=desktop&os=Windows&ssid=eq40qt3dfg1hh24t56ktrijc37&t=1772898761&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=432522abc503c47a8bcbb237a902b7a1ee9632c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();