(function() { const u = '/apps/statistics.php?aid=418718&browser=IE&created_date=20260115&created_hour=04&dduuid=c7e24762f080b&device=0&device_type=desktop&os=Windows&ssid=89cs9d01afli1daunhrnbmd2lk&t=1768422997&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dae5737b5612e39625d122a1ba3dfd04fc95b9fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();