(function() { const u = '/apps/statistics.php?aid=12597&browser=IE&created_date=20260120&created_hour=09&dduuid=f02fdf0fb5a02&device=0&device_type=desktop&os=Windows&ssid=1avo0v4bci05rjmlh93ma8fn6h&t=1768874172&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e540c6e2fefb45f1b985e01202ae231f4b67d0c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();