(function() { const u = '/apps/statistics.php?aid=455077&browser=IE&created_date=20260304&created_hour=18&dduuid=04fa650a5c5c0&device=0&device_type=desktop&os=Windows&ssid=rsajrf6n2n61jfl95eahkp5qqa&t=1772618705&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cbd818c7967946ec9674587c6dcf7f20c9fddbc3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();