(function() { const u = '/apps/statistics.php?aid=449795&browser=IE&created_date=20260123&created_hour=03&dduuid=5960b4e142a70&device=0&device_type=desktop&os=Windows&ssid=d0i36nl1ferg8ulaheobnn71vm&t=1769109310&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b7083407e7dbf91be51a0957b2679fc9ede61d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();