(function() { const u = '/apps/statistics.php?aid=442336&browser=IE&created_date=20260304&created_hour=16&dduuid=ccea0b9e23d8f&device=0&device_type=desktop&os=Windows&ssid=qf8jbanr7au9lborah5bhai53t&t=1772614774&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7dab9de4a0d223242d22c9050512e77b30f0762&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();