(function() { const u = '/apps/statistics.php?aid=87576&browser=IE&created_date=20260110&created_hour=15&dduuid=ddf9d85ed24de&device=0&device_type=desktop&os=Windows&ssid=1dqtbmviudgpf4gi4f9ultoq7p&t=1768030178&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc794c6037a59bda97776d486071ef94164e856e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();