(function() { const u = '/apps/statistics.php?aid=450294&browser=IE&created_date=20260307&created_hour=21&dduuid=3777e950d95c7&device=0&device_type=desktop&os=Windows&ssid=eqk9j0q7118sijq1ohbas7n8ng&t=1772888960&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41228fc2c045674f9f9d1338a0a02a1f89a8ebb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();