(function() { const u = '/apps/statistics.php?aid=451524&browser=IE&created_date=20260125&created_hour=04&dduuid=ce0ac80b15277&device=0&device_type=desktop&os=Windows&ssid=eo262h4m0fskuo5l5a6m3eh2ga&t=1769287113&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=949d45a51e49a0572c6fe53ac430e04a47e5f828&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();