(function() { const u = '/apps/statistics.php?aid=209288&browser=IE&created_date=20251228&created_hour=06&dduuid=70cf77563038a&device=0&device_type=desktop&os=Windows&ssid=gtt15hbhv6df4mrkqh47gsdinp&t=1766873706&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1a2de8e663f5c6492e32e270437704a0b5645a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();