(function() { const u = '/apps/statistics.php?aid=4180&browser=IE&created_date=20260310&created_hour=12&dduuid=9874986c1805c&device=0&device_type=desktop&os=Windows&ssid=kdo475ok6d0non7g7ee73asous&t=1773118033&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4eb44b7b7002e21288d895b9fe8a66405fc0b435&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();