(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251207&created_hour=17&dduuid=b00c4690d577b&device=0&device_type=desktop&os=Windows&ssid=6l1qdeo459fobmk23u8ljf4f81&t=1765098096&typeid=1&url_type=0&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=276e0dcc4c8117006ceb015c3729eff3098ba02c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();