(function() { const u = '/apps/statistics.php?aid=442557&browser=IE&created_date=20260312&created_hour=07&dduuid=082dbd190ab0e&device=0&device_type=desktop&os=Windows&ssid=1ca38qc6lg0kq2ln879iqiik8m&t=1773271901&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e2e5a72c01218ee5f61f7537b754952759d7c92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();