(function() { const u = '/apps/statistics.php?aid=434314&browser=IE&created_date=20260316&created_hour=22&dduuid=871356ba27ef5&device=0&device_type=desktop&os=Windows&ssid=0fkh0ebs7lo5926ia3d4bpgro2&t=1773671160&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb961318afc93baeecc908accac6ecfc8444749c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();