(function() { const u = '/apps/statistics.php?aid=213744&browser=IE&created_date=20260308&created_hour=07&dduuid=631df070dabf2&device=0&device_type=desktop&os=Windows&ssid=3tk44pn49dm4539sg70dc6s97i&t=1772926677&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=695e050d6904e92879a4e78fdb0bd66def38ebad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();