(function() { const u = '/apps/statistics.php?aid=319451&browser=IE&created_date=20260225&created_hour=21&dduuid=ac174347e254e&device=0&device_type=desktop&os=Windows&ssid=ifbr69l1vb0asrei4lnpu53ft5&t=1772027817&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb69fd348c450479b6dd830981dcc3274f97959e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();