(function() { const u = '/apps/statistics.php?aid=440051&browser=IE&created_date=20260228&created_hour=02&dduuid=80c624238ea2e&device=0&device_type=desktop&os=Windows&ssid=rph8pcl6a40hlge8cj2tb3s8h1&t=1772217919&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb4842145964779a12b89e6b74d29b6765427461&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();