(function() { const u = '/apps/statistics.php?aid=357070&browser=IE&created_date=20260311&created_hour=01&dduuid=44d01d9aa238b&device=0&device_type=desktop&os=Windows&ssid=725vmj66octddmdgashgdl7d8f&t=1773163468&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de4e02173582b7aa048181ef2333991874dd18fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();