(function() { const u = '/apps/statistics.php?aid=18131&browser=IE&created_date=20260224&created_hour=17&dduuid=ae73841abfb8c&device=0&device_type=desktop&os=Windows&ssid=eb3732vei6pg6b0cpjlmifnm02&t=1771924890&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcd8fc95f2aa6b1b18e7705a7d009b515fd9848c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();