(function() { const u = '/apps/statistics.php?aid=455787&browser=IE&created_date=20260304&created_hour=21&dduuid=9f9dcda25ee8e&device=0&device_type=desktop&os=Windows&ssid=6i2cl81hupsq0blnhaqp3rv3u0&t=1772632415&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f123468d7fbaa90ea7c735b9eb777ac32c9c85a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();