(function() { const u = '/apps/statistics.php?aid=416283&browser=IE&created_date=20260315&created_hour=15&dduuid=34a16b9057ace&device=0&device_type=desktop&os=Windows&ssid=ge6kuu0p6fjcd4v9s255rpp7l1&t=1773558209&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df937b0959ae419512163b4e396501245915ee48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();