(function() { const u = '/apps/statistics.php?aid=456131&browser=IE&created_date=20260227&created_hour=20&dduuid=94c7127309a8c&device=0&device_type=desktop&os=Windows&ssid=55ippie3et2erjr7eblj8gnfmn&t=1772194677&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7749083ef70dc500a45fd58abe7d65b0d6d7b4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();