(function() { const u = '/apps/statistics.php?aid=47&browser=IE&created_date=20251126&created_hour=07&dduuid=963b6411990f0&device=0&device_type=desktop&os=Windows&ssid=brktltfp3nd0rnkgbjvv69d2p7&t=1764112796&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9dd9b698b5f9c3447e05c82bb54590a6ab446923&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();