(function() { const u = '/apps/statistics.php?aid=442264&browser=IE&created_date=20260311&created_hour=02&dduuid=ae1875aa2f026&device=0&device_type=desktop&os=Windows&ssid=ur99m8v6t0aeq64g95jos8oojd&t=1773165880&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f29b49ba04c6966261a0791482b329dfec1414ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();