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