(function() { const u = '/apps/statistics.php?aid=426395&browser=IE&created_date=20260224&created_hour=19&dduuid=288357c18d469&device=0&device_type=desktop&os=Windows&ssid=a4g63e5snk92co39urf4re152o&t=1771933995&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72a8bccee717f30ec2ddd23013da02492157f741&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();