(function() { const u = '/apps/statistics.php?aid=446388&browser=IE&created_date=20260114&created_hour=11&dduuid=0c941585752b4&device=0&device_type=desktop&os=Windows&ssid=48h6eh9s3jd5ijd0b7ug4trnor&t=1768361540&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=88fa6eccd98095a051916c6b656f27e66a116d61&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();