(function() { const u = '/apps/statistics.php?aid=441808&browser=IE&created_date=20260308&created_hour=11&dduuid=2ac582da10d22&device=0&device_type=desktop&os=Windows&ssid=i2si1phn291s9rs5tq9f8am1gj&t=1772942280&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a182d0078d6ae828d26d1f6540cfafeda90eef97&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();