(function() { const u = '/apps/statistics.php?aid=451011&browser=IE&created_date=20260307&created_hour=12&dduuid=0550f7f9f901d&device=0&device_type=desktop&os=Windows&ssid=apqtgjs92gn58ptr323eb2sbdr&t=1772858764&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59d7a72940ca10f493a9edfe0c362b38ea322511&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();