(function() { const u = '/apps/statistics.php?aid=403131&browser=IE&created_date=20260125&created_hour=22&dduuid=c375c05468b41&device=0&device_type=desktop&os=Windows&ssid=bjs04i7gf0nilqplabfsta9i3u&t=1769350491&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9081a679b949616cc2f0a7ee93e6ad6f53929fc7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();