(function() { const u = '/apps/statistics.php?aid=448537&browser=IE&created_date=20260114&created_hour=07&dduuid=55473f3d80aa3&device=0&device_type=desktop&os=Windows&ssid=i30q9549b18idt9srbup6lstot&t=1768348362&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79764a2a7d3eed20a54383b452ba3d2bc347b583&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();