(function() { const u = '/apps/statistics.php?aid=397&browser=IE&created_date=20260112&created_hour=09&dduuid=ee92fc6de584c&device=0&device_type=desktop&os=Windows&ssid=h8gduknn9p7rumla1p5g0l17a5&t=1768180311&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=139fa66e97b7949f4d063359f61805263385d3e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();