(function() { const u = '/apps/statistics.php?aid=450125&browser=IE&created_date=20260308&created_hour=05&dduuid=42f100d81a102&device=0&device_type=desktop&os=Windows&ssid=b2ittecep5n7mf7dc51ldv6pul&t=1772917535&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02f55dcb4bdfce6910c5d4c2c461299529d1ae61&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();