(function() { const u = '/apps/statistics.php?aid=12365&browser=IE&created_date=20260121&created_hour=06&dduuid=0995d4de9a9be&device=0&device_type=desktop&os=Windows&ssid=0487np305o2f9reaoomo2bktre&t=1768947980&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbd94f0f63c94370261ad9c703d8508ab6b0602d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();