(function() { const u = '/apps/statistics.php?aid=431032&browser=IE&created_date=20260124&created_hour=23&dduuid=ac8b8f4cdc714&device=0&device_type=desktop&os=Windows&ssid=303b4h6nej2j68uiebg3lds2ot&t=1769268908&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05da7c34ab7d9e24f99c0ac3440e475f3be54fe2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();