(function() { const u = '/apps/statistics.php?aid=40&browser=IE&created_date=20260108&created_hour=07&dduuid=ebc3201f6fa59&device=0&device_type=desktop&os=Windows&ssid=07ll9mkua3olf5l169fcn10ql3&t=1767827608&typeid=8&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bcc4b22aa271777c1fd3984ef42e44873f7615d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();