(function() { const u = '/apps/statistics.php?aid=438173&browser=IE&created_date=20260310&created_hour=08&dduuid=04d6394d8db56&device=0&device_type=desktop&os=Windows&ssid=75b69egrd655ef8bqf8ukcndhf&t=1773103957&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=192bfaa02746398685e657921e9fe18813cfe823&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();