(function() { const u = '/apps/statistics.php?aid=454639&browser=IE&created_date=20260305&created_hour=19&dduuid=e2f23c11311f8&device=0&device_type=desktop&os=Windows&ssid=fh7i1ic0u3ipos816i2isek0ec&t=1772709930&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc3fe743c3d1ba809143d15bccfe2f48706b8f0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();