(function() { const u = '/apps/statistics.php?aid=404455&browser=IE&created_date=20260314&created_hour=00&dduuid=a89dfc2708195&device=0&device_type=desktop&os=Windows&ssid=6feta68lldh7rae6pfnn88t17l&t=1773419138&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65f20f924b64c57fe659aff37f3803ced38c5820&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();