(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260131&created_hour=23&dduuid=301655ba4ee59&device=0&device_type=desktop&os=Windows&ssid=3748i59p97lvib6tllk2b0dj1h&t=1769872016&typeid=6&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b3a2d6955069df8309744b5ce63ee93046f3d6e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();