(function() { const u = '/apps/statistics.php?aid=399355&browser=IE&created_date=20260129&created_hour=11&dduuid=f38a4d243fd50&device=0&device_type=desktop&os=Windows&ssid=mm2j0p1v8l776sevhqdiskfgi9&t=1769658627&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17fb7dbe6dcad87abcc1f89d76b4f289d3d6103b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();