(function() { const u = '/apps/statistics.php?aid=404996&browser=IE&created_date=20260315&created_hour=10&dduuid=6810cf9545745&device=0&device_type=desktop&os=Windows&ssid=mfe489l88ojjd4f3se12bhikq0&t=1773542761&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d2daccc3eb1fd1e5d257fa754a1b5e1301b7240&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();