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