(function() { const u = '/apps/statistics.php?aid=420557&browser=IE&created_date=20260103&created_hour=01&dduuid=69298ed001a45&device=0&device_type=desktop&os=Windows&ssid=k67ne541bic4ju3kv1qcinthh1&t=1767373392&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e530226b2db4f6f8e062834cd8070c01bb55e2c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();