(function() { const u = '/apps/statistics.php?aid=183015&browser=IE&created_date=20260115&created_hour=07&dduuid=991818af28e11&device=0&device_type=desktop&os=Windows&ssid=k2k6vvhch88604j30ujh365thd&t=1768431902&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d72daf84ecb1639dc3e47739aacd704f80b9fc55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();