(function() { const u = '/apps/statistics.php?aid=434912&browser=IE&created_date=20260307&created_hour=16&dduuid=a95b795205176&device=0&device_type=desktop&os=Windows&ssid=ubdo4nqi6pfuqid016f9rs9tft&t=1772870708&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1b0e2b6c647dbdab72b72505b3fb0b4adff748a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();