(function() { const u = '/apps/statistics.php?aid=435029&browser=IE&created_date=20260305&created_hour=03&dduuid=e676d9f869561&device=0&device_type=desktop&os=Windows&ssid=pco554bqlr3c3rdku7mid0h3b1&t=1772653626&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=749d5cfac6552338caeb6fe0804b2617b451e4f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();