(function() { const u = '/apps/statistics.php?aid=429859&browser=IE&created_date=20260118&created_hour=18&dduuid=dacd6fbfa393a&device=0&device_type=desktop&os=Windows&ssid=kpevbg3cscr134ns66bjogspt4&t=1768732322&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aebb817318f65a1e107019c464aea147f54acfae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();