(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260310&created_hour=11&dduuid=393388c58ac6e&device=0&device_type=desktop&os=Windows&ssid=58qfesba8t57sma6adcta1qjak&t=1773112129&typeid=22&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ceaf43a336714b2c6fb83582f3762b802451f785&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();