(function() { const u = '/apps/statistics.php?aid=264435&browser=IE&created_date=20260315&created_hour=17&dduuid=18e66a99f55de&device=0&device_type=desktop&os=Windows&ssid=33aqhar6t2iq42a5m2gc822obf&t=1773567688&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c9bfc1af0747d6e12ec120951c3dc8ab17dbd8a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();