(function() { const u = '/apps/statistics.php?aid=455127&browser=IE&created_date=20260308&created_hour=15&dduuid=aebd5c84d4cbb&device=0&device_type=desktop&os=Windows&ssid=7i60396vjculss0jbe9phbahsg&t=1772954352&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee23a66560dcfa289ac92b7620f72e2630f60bda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();