(function() { const u = '/apps/statistics.php?aid=444438&browser=IE&created_date=20251217&created_hour=19&dduuid=986841743b5a3&device=0&device_type=desktop&os=Windows&ssid=pv7c286jec0oneb1q1hc96ci71&t=1765970065&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df38ab61797157b20627880ef9dee010f22ba862&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();