(function() { const u = '/apps/statistics.php?aid=447563&browser=IE&created_date=20260112&created_hour=10&dduuid=d90bda08f8443&device=0&device_type=desktop&os=Windows&ssid=ige8cuf8i28la9q06rb0rds7pt&t=1768186139&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de698f098d20143cf8400f87714c12163fe31e46&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();