(function() { const u = '/apps/statistics.php?aid=453512&browser=IE&created_date=20260311&created_hour=07&dduuid=274ae88257e1f&device=0&device_type=desktop&os=Windows&ssid=8l7amsernkqc2h800la2m8001h&t=1773186107&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1914d3a5eb22ec123a1d6350e8d468ac730fb16e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();