(function() { const u = '/apps/statistics.php?aid=410&browser=IE&created_date=20260224&created_hour=03&dduuid=d4298e793c791&device=0&device_type=desktop&os=Windows&ssid=nr5d27mk1i2rseslp0m9og9b3s&t=1771875824&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6d865ed73d3a22f911cb00cd4ce56af474f1d08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();