(function() { const u = '/apps/statistics.php?aid=454295&browser=IE&created_date=20260308&created_hour=06&dduuid=c99839b69b1fc&device=0&device_type=desktop&os=Windows&ssid=kru51tdni9o7pos9i9rern7tjs&t=1772924002&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68e55b012c9aa8ca2c244af59e5469014e54adf6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();