(function() { const u = '/apps/statistics.php?aid=420544&browser=IE&created_date=20260305&created_hour=23&dduuid=3f170c18760e5&device=0&device_type=desktop&os=Windows&ssid=5q7m06hdlhf9693slegli2ja62&t=1772723300&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccc78f09a8647d2cdd2ee2eadb818677fba23a15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();