(function() { const u = '/apps/statistics.php?aid=460389&browser=IE&created_date=20260312&created_hour=02&dduuid=90b49bf9d1975&device=0&device_type=desktop&os=Windows&ssid=i15kbnatqp8tfnlch4dooci3ei&t=1773255499&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc7f5c2b35b7dfd2b0e81d80d9ed978730d89412&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();