(function() { const u = '/apps/statistics.php?aid=435148&browser=IE&created_date=20260309&created_hour=14&dduuid=f6e29daad1d44&device=0&device_type=desktop&os=Windows&ssid=ar2j6iiuiqrce82agrh1pvl5s0&t=1773038466&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dac99c9ef73e87945eaad4c20bd85496176a072f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();