(function() { const u = '/apps/statistics.php?aid=455549&browser=IE&created_date=20260310&created_hour=20&dduuid=6c9d36f5654ab&device=0&device_type=desktop&os=Windows&ssid=p73cgk2eruib8s94e7kd4ng8mt&t=1773145230&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e311368f0649a2d154193393880243b82ed0e52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();