(function() { const u = '/apps/statistics.php?aid=260613&browser=IE&created_date=20260119&created_hour=16&dduuid=ac2a7ca34232b&device=0&device_type=desktop&os=Windows&ssid=0u55kkfpi4qs1abn0rq9re2t3d&t=1768809650&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8cc7256839ca6dbdb03a98fc63f01b3560e60cb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();