(function() { const u = '/apps/statistics.php?aid=33818&browser=IE&created_date=20260122&created_hour=03&dduuid=d9e1284b91eb3&device=0&device_type=desktop&os=Windows&ssid=ep9peniv9bp285spo8f44m42ll&t=1769025344&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d373eeb918d97696b76455cd881b676d0f6178f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();