(function() { const u = '/apps/statistics.php?aid=213754&browser=IE&created_date=20260226&created_hour=14&dduuid=a90da9595d187&device=0&device_type=desktop&os=Windows&ssid=4li5m4892g239cvv4ag0th8fho&t=1772087259&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad2bfb2adce771906246ea88508b6b1c91e4fe53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();