(function() { const u = '/apps/statistics.php?aid=455320&browser=IE&created_date=20260223&created_hour=20&dduuid=ca0b31f40c981&device=0&device_type=desktop&os=Windows&ssid=44gscrbaidue5d2t49c83r471n&t=1771851537&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7272997eeac383d79152f805fb0fe95580b6a88a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();