(function() { const u = '/apps/statistics.php?aid=455345&browser=IE&created_date=20260304&created_hour=16&dduuid=50ba15c67467f&device=0&device_type=desktop&os=Windows&ssid=c9bikh1m8g464quoh6hughmoot&t=1772614752&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aabc9d2e39238d6aad165e26330c07b242560150&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();