(function() { const u = '/apps/statistics.php?aid=12517&browser=IE&created_date=20260120&created_hour=16&dduuid=dbc563fa2cb0f&device=0&device_type=desktop&os=Windows&ssid=s8g4edv1trkc3seup0ge8v64fp&t=1768899463&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=24c31a25ef702516026fbc8689938d70e2e2ae5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();