(function() { const u = '/apps/statistics.php?aid=406936&browser=IE&created_date=20260114&created_hour=11&dduuid=d1a33a4ff5423&device=0&device_type=desktop&os=Windows&ssid=sea9n1hcmbgfpees9at5mh0ttl&t=1768363045&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dabf719086053a325c0d932f6bf797939a382d62&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();