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