(function() { const u = '/apps/statistics.php?aid=9&browser=IE&created_date=20260304&created_hour=08&dduuid=87411f2c325cb&device=0&device_type=desktop&os=Windows&ssid=jmsgjmsshh39vkof61rr97ner4&t=1772584434&typeid=3&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e1bf7f6c6a47bc3844d1a46664f82dcf7379686&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();