(function() { const u = '/apps/statistics.php?aid=436388&browser=IE&created_date=20260316&created_hour=03&dduuid=4f38faa66820c&device=0&device_type=desktop&os=Windows&ssid=4c8qo4oph3sqkj1k1v73ormm12&t=1773604328&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13f757d4429bcb9697a2f6226b84b871364671b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();