(function() { const u = '/apps/statistics.php?aid=454666&browser=IE&created_date=20260305&created_hour=02&dduuid=c93d95e51e8f6&device=0&device_type=desktop&os=Windows&ssid=fr33md3lqt3cl2sben8loec2gj&t=1772649212&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31a5bb5ed98573f4f2b734df637741ee7321109c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();