(function() { const u = '/apps/statistics.php?aid=404631&browser=IE&created_date=20260125&created_hour=00&dduuid=884b4a211cc84&device=0&device_type=desktop&os=Windows&ssid=b45p1a2sihlne23g9risqp1hut&t=1769271617&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=406882cd949601aadfee2203862c30329d9379aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();