(function() { const u = '/apps/statistics.php?aid=412207&browser=IE&created_date=20260122&created_hour=02&dduuid=c3192d8fa482e&device=0&device_type=desktop&os=Windows&ssid=76qpap4bcdl6svpf1lvv91pg0k&t=1769021241&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3383c2952842a0f6c13e6904ba666f887e61e13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();