(function() { const u = '/apps/statistics.php?aid=435&browser=IE&created_date=20260305&created_hour=23&dduuid=7fb819091842a&device=0&device_type=desktop&os=Windows&ssid=cfi44sjn6edca5fmgopqkb1fsg&t=1772722968&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=646712ada0d5fbbd1404d21edd329de7d868f41a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();