(function() { const u = '/apps/statistics.php?aid=54316&browser=IE&created_date=20260227&created_hour=15&dduuid=081128d8fa4b0&device=0&device_type=desktop&os=Windows&ssid=urcnmrl1imb9ie70ctbc9c7igs&t=1772177317&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e979034758f51cc6c9adf8bccd4b6d048a7deee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();