(function() { const u = '/apps/statistics.php?aid=450180&browser=IE&created_date=20260225&created_hour=19&dduuid=2a0d769927f9a&device=0&device_type=desktop&os=Windows&ssid=87bfocur7kgeoruosv1doiqhou&t=1772019442&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e27943bf12d7fabd9dcfbc4e514814a39e45f06&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();