(function() { const u = '/apps/statistics.php?aid=38434&browser=IE&created_date=20260118&created_hour=05&dduuid=a7ef39176e622&device=0&device_type=desktop&os=Windows&ssid=9ot4api5ncht60p15d52e1fdik&t=1768685084&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f27911fcfd1fc5c9f763e03f368e3a26f6d9b71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();