(function() { const u = '/apps/statistics.php?aid=454169&browser=IE&created_date=20260311&created_hour=09&dduuid=bc330f04ed2de&device=0&device_type=desktop&os=Windows&ssid=ihe8tmn1r28q4bj1j6dh7gipm9&t=1773194306&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01ccdb42efe6765521b3a399786ed34c61355b2a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();