(function() { const u = '/apps/statistics.php?aid=449283&browser=IE&created_date=20260113&created_hour=19&dduuid=7e53018c77d2a&device=0&device_type=desktop&os=Windows&ssid=lupflpq14vl6sn0thfi3i00qot&t=1768302213&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac1448944e342324ec881932079b486d5a045287&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();