(function() { const u = '/apps/statistics.php?aid=448121&browser=IE&created_date=20260121&created_hour=19&dduuid=5113104d4e734&device=0&device_type=desktop&os=Windows&ssid=st9t4erha55872gler4p81pk2j&t=1768996705&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=315c23780df8172603e7a4bdd98fe7461f63ed34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();