(function() { const u = '/apps/statistics.php?aid=33966&browser=IE&created_date=20260311&created_hour=08&dduuid=34468492a2fdb&device=0&device_type=desktop&os=Windows&ssid=684gjebuher1ppa2fq6uhcss8e&t=1773187655&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c83cbe3dd11960d5dd7037ebcdff128f9e23791&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();