(function() { const u = '/apps/statistics.php?aid=438875&browser=IE&created_date=20251223&created_hour=23&dduuid=4492f13b13586&device=0&device_type=desktop&os=Windows&ssid=c29u2j3iotk1beujqpffte5s0a&t=1766502322&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=191dcc435287976a296896804fce10147c9b3e68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();