(function() { const u = '/apps/statistics.php?aid=209040&browser=IE&created_date=20251229&created_hour=04&dduuid=3238ea488cdbc&device=0&device_type=desktop&os=Windows&ssid=rjju9boja1cj8rbor7o09bgeoj&t=1766954278&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb8aed2c7cf3dfd0d0576e54b0e0636cb5548002&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();