(function() { const u = '/apps/statistics.php?aid=454395&browser=IE&created_date=20260201&created_hour=03&dduuid=f95588e6996a5&device=0&device_type=desktop&os=Windows&ssid=e3pfbplnbjvh1ni98c4ilpqe6f&t=1769886042&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8286d894e428c8a2dccb4186d2b7f3300d0e008e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();