(function() { const u = '/apps/statistics.php?aid=44&browser=IE&created_date=20260223&created_hour=17&dduuid=9ad1732c56fbd&device=0&device_type=desktop&os=Windows&ssid=hlfmmgi284d4ahvbrac63go5p2&t=1771840655&typeid=9&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00151a90848330ffb7a488b0368a06d54542e08a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();