(function() { const u = '/apps/statistics.php?aid=449395&browser=IE&created_date=20260308&created_hour=12&dduuid=2c94ec59ef8a1&device=0&device_type=desktop&os=Windows&ssid=jm9t15d3hm1qmgj8i3839tjb2o&t=1772943779&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29da51705cb6e6e3ed5cd3801630193974068cc3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();