(function() { const u = '/apps/statistics.php?aid=38484&browser=IE&created_date=20251129&created_hour=19&dduuid=f2866a1463225&device=0&device_type=desktop&os=Windows&ssid=t7lm0lerog6c6ir0q55ru61ct8&t=1764414533&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a27841c967c7969573498c25730a9e5b9cb29c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();