(function() { const u = '/apps/statistics.php?aid=266049&browser=IE&created_date=20260118&created_hour=13&dduuid=7389616f7d3aa&device=0&device_type=desktop&os=Windows&ssid=284gk3osjrsr2isb194kh6d38v&t=1768715463&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=daea3d2d3bbf547a1dbcf238789c8bda1b90fc0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();