(function() { const u = '/apps/statistics.php?aid=455950&browser=IE&created_date=20260303&created_hour=12&dduuid=a51541739a185&device=0&device_type=desktop&os=Windows&ssid=g0r5if7vt37kc8q5d3rp5d5rou&t=1772512869&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a9af36fa19218e006966288bd0eb491bda31af1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();