(function() { const u = '/apps/statistics.php?aid=410307&browser=IE&created_date=20260304&created_hour=14&dduuid=c9052a5f10abc&device=0&device_type=desktop&os=Windows&ssid=p66h4dmda6hrj5cjien87ndtdi&t=1772604443&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ab763b8a1d8ee4ae1b4235b98e9e64307d80e47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();