(function() { const u = '/apps/statistics.php?aid=444000&browser=IE&created_date=20251217&created_hour=04&dduuid=589bd293b67a7&device=0&device_type=desktop&os=Windows&ssid=5k6e5f33u7qfp8dim7h9ncjnno&t=1765918226&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=436489cc11710591c3b3f6cd44a037897b03e9e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();