(function() { const u = '/apps/statistics.php?aid=455906&browser=IE&created_date=20260310&created_hour=20&dduuid=a7483ac1a6a2f&device=0&device_type=desktop&os=Windows&ssid=77bhb4ist6f87llkaogc36m15j&t=1773144374&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff8bff8ee66d0bca2c4f28f1041a9dd61a3dc45f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();