(function() { const u = '/apps/statistics.php?aid=3519&browser=IE&created_date=20260122&created_hour=16&dduuid=d9e80e303ffb5&device=0&device_type=desktop&os=Windows&ssid=hhf2n79dutjukbjjsr3dsc7rhh&t=1769069448&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5b80a442be46047a465fbbd4b9011eb5e47babd2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();