(function() { const u = '/apps/statistics.php?aid=457995&browser=IE&created_date=20260227&created_hour=20&dduuid=1c4690d0f2ecb&device=0&device_type=desktop&os=Windows&ssid=2sc37v9ogl4hscshn0lpa273h4&t=1772196499&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c82e9191203f9df3ba28a38655f799dac30bd045&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();