(function() { const u = '/apps/statistics.php?aid=434647&browser=IE&created_date=20260101&created_hour=19&dduuid=7b953f5883c5e&device=0&device_type=desktop&os=Windows&ssid=17312e6b6n723qthdepb9dojuu&t=1767266847&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e762e7b14bd10e06dd52545c25cbae621861521a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();