(function() { const u = '/apps/statistics.php?aid=412382&browser=IE&created_date=20260119&created_hour=19&dduuid=7aec3b97db65d&device=0&device_type=desktop&os=Windows&ssid=dnd8pndfkh5a561aa2j8iej463&t=1768822962&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a613e12108299f669fddc7b723dd59b39783064&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();