(function() { const u = '/apps/statistics.php?aid=370687&browser=IE&created_date=20260113&created_hour=18&dduuid=0ec41f5619c87&device=0&device_type=desktop&os=Windows&ssid=ehfntmvt14bptuj6jpd6a794ad&t=1768300212&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=476f5df7b7c393afe74fca98aed855523001688c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();