(function() { const u = '/apps/statistics.php?aid=407018&browser=IE&created_date=20260123&created_hour=06&dduuid=08849c1e1168d&device=0&device_type=desktop&os=Windows&ssid=5ddfjso507llbgc5fpjh6psngf&t=1769121632&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d14412f92f699d19f26e8c5c9d7eafeeb2a9484d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();