(function() { const u = '/apps/statistics.php?aid=454684&browser=IE&created_date=20260304&created_hour=04&dduuid=36f785ede7d0a&device=0&device_type=desktop&os=Windows&ssid=g1ujpidvti100qio0trk6863bo&t=1772568141&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee6f66c537c523d1c317e505978c0f354d77f277&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();