(function() { const u = '/apps/statistics.php?aid=452783&browser=IE&created_date=20260224&created_hour=17&dduuid=1401f997777ac&device=0&device_type=desktop&os=Windows&ssid=o8j8299uvopd4h870g97pk6gre&t=1771924108&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e714d03336a5f4bd1a6208faafbdbccba00b156&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();