(function() { const u = '/apps/statistics.php?aid=266036&browser=IE&created_date=20260225&created_hour=23&dduuid=a72e4e071c307&device=0&device_type=desktop&os=Windows&ssid=kud22s1erqmr034i9snj8ueeea&t=1772034899&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=080bd019b2827d84cd626968edb8b03687e563d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();