(function() { const u = '/apps/statistics.php?aid=456051&browser=IE&created_date=20260225&created_hour=15&dduuid=d704a0274bedc&device=0&device_type=desktop&os=Windows&ssid=4u1mfo8i5mue6prbcodbphobhr&t=1772006151&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf6fa2bceb9e6b6daf5f17198d9807ef8e0b9238&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();