(function() { const u = '/apps/statistics.php?aid=391599&browser=IE&created_date=20260305&created_hour=15&dduuid=1fb1a3c1096ee&device=0&device_type=desktop&os=Windows&ssid=4gkmo8ul3nuld4cbv2t72s33it&t=1772696973&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83da2ccbd6efe7e68f2cd44672106cb580e3d8fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();